<select

liunx

Guest
Hi. Can someone please have as look at my new page at;<br />
<br />
<!-- m --><a class="postlink" href="http://www.ace-installer.com/new/aceinstallernew.htm">http://www.ace-installer.com/new/aceinstallernew.htm</a><!-- m --> in NS 4.75 or higher.<br />
<br />
For some reason my <select tags are not working in it (it is just printing out the names of the selections :()<br />
<br />
Thanks<br />
<br />
Andy<!--content-->I can't get to your page... can you post some code?<br />
<br />
Sample select:<br />
<br />
<html><br />
<head><br />
<title>Untitled</title><br />
</head><br />
<br />
<body><br />
<form><br />
<select name=s1><br />
<option selected>select a choice</option><br />
<option>one</option><br />
<option>two</option><br />
<option>three</option><br />
</select><br />
</body><br />
</html><!--content--><SELECT <br />
onchange=sel() size=1 name=com> <OPTION value=0 selected>Please <br />
select</OPTION> <OPTION value=hjkjh>Custom Programming</OPTION> <br />
<OPTION value=hjkjh>jhkkhj</OPTION> <OPTION <br />
value=hjkjh>jhkkhj</OPTION></SELECT> <br />
<br />
Thanks<br />
<br />
Andy<br />
<br />
BTW: Why cant you access my page? :confused:<!--content-->Just something to try....<br />
<br />
double quote all the attributes and don't break your lines of code<br />
<br />
you have:<br />
<br />
<br />
<SELECT <br />
onchange=sel() size=1 name="com"> <OPTION value=0 selected>Please <br />
select</OPTION> <OPTION value="hjkjh">Custom Programming</OPTION> <br />
<OPTION value="hjkjh">jhkkhj</OPTION> <OPTION <br />
value="hjkjh">jhkkhj</OPTION></SELECT><br />
<br />
<br />
try this:<br />
<br />
<br />
<SELECT onchange="sel()" size="1" name="com"><br />
<OPTION selected value="0">Please select</OPTION><br />
<OPTION value="hjkjh">Custom Programming</OPTION> <br />
<OPTION value="hjkjh">jhkkhj</OPTION><br />
<OPTION value="hjkjh">jhkkhj</OPTION></SELECT><!--content-->no that is not it, but it doesn't hurt to make them one line. the problem is that NS needs the Form tags. insert the form tags and it will work.<!--content-->Hi. Thanks for that. It is displaying ok now. There is still a displaying error though in NS where white gaps are being put. Is there a way to get rid of this? <br />
<br />
<!-- m --><a class="postlink" href="http://www.ace-installer.com/new/aceinstallernew.htm">http://www.ace-installer.com/new/aceinstallernew.htm</a><!-- m --> <br />
<br />
Thanks<br />
<br />
Andy<br />
<br />
BTW: I'm really missing the email feature...I hate having to keep checking al of my posts to see if there are any replys :(<!--content-->Originally posted by scoutt <br />
no that is not it, but it doesn't hurt to make them one line. the problem is that NS needs the Form tags. insert the form tags and it will work. <br />
<br />
yea....I....uhhh....knew that :D<br />
<br />
(didn't even notice they were missing)<br />
<br />
Kevin<!--content-->Hey AceInstaller, I am just wondering, does your site make lots of money?<!--content-->LoL...not really. I get about $20 from adverts a month, and about $500 a month from custom programming jobs, installations (where people have and install, but dont wanna link me, sothey pay :)), and a little bit from CJ (not that they have payed me a single cent since I have been with them! I have over $200 waiting to be sent to me! :()<br />
<br />
Andy<!--content-->Originally posted by aceinstaller <br />
Hi. Thanks for that. It is displaying ok now. There is still a displaying error though in NS where white gaps are being put. Is there a way to get rid of this? <br />
<br />
<br />
Thanks<br />
<br />
Andy<br />
it looks like your banner is splitting the table apart. I took it out and it looked fine in NS. maybe your banner is making the table bigger than it should be. or it might have something to do with that script.<!--content-->
 
Back
Top