castali
05-29-2004, 01:32 PM
I want 2 buttons
one to copy the content of an inputbox
one to navigate to the url in the inputbox
let's say >>>
<input type="text" id="url" value="180.140.256.27" />
<input type="button" id="copy" value="copy" onclick="copy" />
<input type="button" id="navigate" value="navigate" onclick="navigate" />
(for XHTML strict)
thank you !!!!
one to copy the content of an inputbox
one to navigate to the url in the inputbox
let's say >>>
<input type="text" id="url" value="180.140.256.27" />
<input type="button" id="copy" value="copy" onclick="copy" />
<input type="button" id="navigate" value="navigate" onclick="navigate" />
(for XHTML strict)
thank you !!!!