Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - add page
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

add page

 Post Reply Post Reply
Author
garv View Drop Down
Newbie
Newbie


Joined: 30 June 2003
Location: United States
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote garv Quote  Post ReplyReply Direct Link To This Post Topic: add page
    Posted: 08 July 2003 at 4:36am
now i have another problem... my add.htm page works when i type in just small amounts of text but when i try to type a large amount of text it doesn't seem to work. does anyone know what i might be doing wrong?
Back to Top
Bunce View Drop Down
Senior Member
Senior Member
Avatar

Joined: 10 April 2002
Location: Australia
Status: Offline
Points: 846
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bunce Quote  Post ReplyReply Direct Link To This Post Posted: 08 July 2003 at 7:40am
how big is the field in your database?
There have been many, many posts made throughout the world...
This was one of them.
Back to Top
ljamal View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 16 April 2003
Status: Offline
Points: 888
Post Options Post Options   Thanks (0) Thanks(0)   Quote ljamal Quote  Post ReplyReply Direct Link To This Post Posted: 08 July 2003 at 9:58am
Your field in the database could be too small for the text as mentioned above or you could be using the get method rather than the post, the querystring will only accept a select length.
Back to Top
garv View Drop Down
Newbie
Newbie


Joined: 30 June 2003
Location: United States
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote garv Quote  Post ReplyReply Direct Link To This Post Posted: 09 July 2003 at 12:51am
i think i found the problem, my table that my asp is writing for me is restricted to 800 px wide if i type anything longer than the provided 800 px it wont accept if i keep in within the 800 px it will accept. does that sound right? if so how can i add multiple lines of text into an access database?
Back to Top
ljamal View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 16 April 2003
Status: Offline
Points: 888
Post Options Post Options   Thanks (0) Thanks(0)   Quote ljamal Quote  Post ReplyReply Direct Link To This Post Posted: 09 July 2003 at 8:40am
Nope, that doesn't sound right at all.
I assume you are using a textbox. Could you post the could for add.htm?
Back to Top
garv View Drop Down
Newbie
Newbie


Joined: 30 June 2003
Location: United States
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote garv Quote  Post ReplyReply Direct Link To This Post Posted: 09 July 2003 at 11:18pm
<html>
<head>
<title>Add New Flight Operation</title>
<link rel=stylesheet href="styles.css" type="text/css">
</head>
<body bgcolor="#F3F4F2" text="black">
<!-- Begin form code -->
<form name="form" method="post" action="ASPadd.asp">
<br>
<table width="403" border="0" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF">
    <tr>
      <td height="13" colspan="2"><img src="images/header_add.gif" width="146" height="27"></td>
    </tr>
    <tr>
      <td height="13" bgcolor="E5E8E2"> </td>
      <td height="13" bgcolor="E5E8E2"> </td>
    </tr>
    <tr>
      <td width="142" valign="top">  Evt/Msn/Sqn: </td>
      <td width="254"> <input class="textbox" type="text" name="evtmsnsqn">
      </td>
    </tr>
    <tr>
      <td valign="top">  C/S/Buno: </td>
      <td> <input class="textbox" type="text" name="csbuno"> </td>
    </tr>
    <tr>
      <td valign="top">  T/O:</td>
      <td> <input class="textbox" type="text" name="to"> </td>
    </tr>
    <tr>
      <td valign="top">  ONSTA:</td>
      <td> <input class="textbox" type="text" name="ONSTA"> </td>
    </tr>
    <tr>
      <td valign="top">  OFFSTA:</td>
      <td> <input class="textbox" type="text" name="OFFSTA"> </td>
    </tr>
    <tr>
      <td valign="top">  Land: </td>
      <td> <input class="textbox" type="text" name="Land"> </td>
    </tr>
    <tr>
      <td valign="top">  Mission Summary: </td>
      <td> <textarea name="MissionSummary" type="text" class="textfield"></textarea>
      </td>
    </tr>
    <tr>
      <td> </td>
      <td>
        <input class="button" type=image src="images/but_submit.gif" name="Submit" value="Submit">
      </td>
    </tr>
</table>
</form>
<!-- End form code -->
</body>
</html>
Back to Top
garv View Drop Down
Newbie
Newbie


Joined: 30 June 2003
Location: United States
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote garv Quote  Post ReplyReply Direct Link To This Post Posted: 10 July 2003 at 11:19pm
can anybody help me with this, i need to be able to add multiple lines to the mission summary section
Back to Top
Bunce View Drop Down
Senior Member
Senior Member
Avatar

Joined: 10 April 2002
Location: Australia
Status: Offline
Points: 846
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bunce Quote  Post ReplyReply Direct Link To This Post Posted: 11 July 2003 at 5:21am

have a look through the tutorials at http://www.w3schools.com/html

Cheers,
Andrew

There have been many, many posts made throughout the world...
This was one of them.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.