Posted by nice.guy.nige on 06/09/07 19:08
While the city slept, BootNic (bootnic@bounce.earthlink.net) feverishly
typed...
>> bermetj@NOSPAMgmail.com <bermetj@gmail.com> wrote:
>> news: 1181341691.058861.117330@q66g2000hsg.googlegroups.com
>> I am simulating a webpage on a CD for presentation with no Internet
>> access. Is there a way to make a submit button act like a hyperlink?
>> [snip]
>
> Put it in a form?
>
> <form action="http://www.google.com" method="get">
> <div><input type="submit" value="Google"></div>
> </form>
Well, without internet access that won't be much use to the OP... However...
<form action="results.htm">
<!-- form stuff here... -->
<input type="submit" value="Submit" name="Submit">
</form>
Cheers,
Nige
--
Nigel Moss http://www.nigenet.org.uk
Mail address will bounce. nigel@DOG.nigenet.org.uk | Take the DOG. out!
"Your mother ate my dog!", "Not all of him!"
[Back to original message]
|