<input class="txtbox" type="checkbox" name="C1" value="ON"
<%if lcase(rsProperty("display"))="yes" then Response.write " checked " %> >
im tryin to make my checkbox be ticked if the field (yes/no datatype) is yes.
this above code produces no errors but the box isnt ticked when the page...
ok im trying to fill my textarea with details from a memo field.. i have read up on it and i realise that memo fields cause trouble but im gonna try it anyway.. i believe i have to assign the memo field to another variable in my asp code and then use that variable as the display for the text...
ok, well if i show you my code maybe u could show me how to declare that memo field to another variable so it can be used in my textarea.
i am loading several fields into this form but if you just pay attention to the short desc textarea
<%
Dim adoCon
Dim rsProperty
Dim strSQL
Dim lngRecordNo...
im tryin to get my text area to display the contents of a record of a data type memo field.
i can successfully display the contents of a text field in a form input text box like so..
<input class="addtxtbox" type="text" name="type" maxlength="20" value="<% = rsProperty("address") %>">
but...
ok its looking better now and i had to reformat most of the text.
when you say fix the validation errors.. was does that mean exactly.. for instance i was advised once not to use the <p> tag within an <a> link tag.. but i have done this several times.. is this an example of that?? what sort of...
http://www.heathrowminicab.com/minicab-faqs.htm
this page looks fine in ff, but in ie there is a big gap on the right hand side.. this gap is not present in any other pages.. the page uses the same style sheet as other pages in the site, and those pages have no problems..
the only possible...
ive actually just reduced the width of the form elements, and now the page looks fine and the form does work.. so i think its ok...
wot you think.. check it now.
so what do you suggest...
should i close my form in the left div.. and then re open it on the right one...
will the form still work, and will the browser know its the same form..?
http://heathrowminicab.com/minicab-booking.htm
this form is split into a left and right div
in firefox, the form looks fine..
in IE, the form starts on the left.. and on the right div it carries on from where the left form finishes...
why is this..
my page form is simple and set out like...
http://heathrowminicab.com/xx.asp
if you look now, i have lined up the start of the address with the 2bed. is there now way to set the address to only be from the start of the 2bed to the end of the 3bed, then it will go on the next line and then i can fit the price to the right of that??
can i just add that even now things look completely different in IE and in Firefox so if i get any help, i need to get them lookin as similar as possible in both.
ok, i see what you mean but im not too sure how to accomplish it.. i have simplified things..
basically this code will loop for each record in my database (its asp)
here it is <a href="edit_property.asp?ID=<%=rsProperties("id")%>">
<img class="proppic" src="<%=rsProperties("out1")%>" /></a>...
basically im tryin to use css to get this
http://www.heathrowminicab.com/properties2.asp
to look like this
http://www.heathrowminicab.com/properties.asp
here is the code of the page..
<a href="edit_property.asp?ID=<%=rsProperties("id")%>"><img class="proppic" src="<%=rsProperties("out1")%>"...
thanks, the hspace worked..
but could you show me the most recent and compatible line of url code to place in my declaration, if its not to much trouble,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.