quick question: multiple hrefs in active desktop

Ketchupisyourfriend

OSNN Senior Addict
Joined
11 Dec 2002
Messages
262
I'm trying to have a Yahoo login and a Google search on my active desktop. I don't use seperate html files for every piece of my desktop, I just put it all in one big file. Whenever I click login on the yahoo thing it submits it as a blank google search. What do I need to change to fix this, or is it even possible? Do I need to make it a seperate html file? Thanks.
 
They're both forms, be sure to separate them (<form></form>) within the html file.

Code:
<form action="http://www.google.com/search" name="f" target="_new">
<input type="hidden" name="hl" value="en">
<input type="hidden" name="ie" value="ISO-8859-1">
<input type="text" name="q" maxlength="100" size="27">
<a onClick="submit(); return false;" href="javascript:void(0)> search </a> 
<a onClick="reset(); return false;" href="javascript:void(0)"> clear</a> 
</form>


<form action="http://www.google.com/search" name="f" target="_new">
<input type="hidden" name="hl" value="en">
<input type="hidden" name="ie" value="ISO-8859-1">
<input type="text" name="q" maxlength="100" size="27">
<a onClick="submit(); return false;" href="javascript:void(0) search </a> 
<a onClick="reset(); return false;" href="javascript:void(0)"> clear</a> 
</form>

'Course, both forms are the same but you get the idea. :)
 
I was missing the </form> tag on my google search, that fixed it. Is there any way to get it to submit when I hit enter instead of me having to click on it? It used to work that way with just one, but now that I have both I seem to have to click.
 
Not sure, mine works. There's always the TAB / ENTER stroke. :)
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back