L Lithium Guest 23 Jun 2002 #1 ok ive been working on a interactive desktop and i wanna add an address bar to it like you have on the start bar any idea's on how i might do that?
ok ive been working on a interactive desktop and i wanna add an address bar to it like you have on the start bar any idea's on how i might do that?
S scsa20 Simonsoft Network Joined 22 May 2004 Messages 236 23 Jun 2002 #2 right click on the taskbar>Toolbars>Address 😉
L Lithium Guest 23 Jun 2002 #3 i know how to do that i want it on my desktop sorry if i didnt make it more specific
B Bytes Back Ex Police Chief Joined 20 Jun 2004 Messages 1,383 23 Jun 2002 #4 you can drag that to the desktop
P pothitos Guest 23 Jun 2002 #5 Hi, Don't know if this will work but i found this script: <FORM Name="Redirect"> <INPUT TYPE="Text" Name="URL" Value="http://www."> <INPUT TYPE="Button" Value="Load Page" onClick="location.href = this.form.elements[0].value"> </FORM> Hope this helps, Mike
Hi, Don't know if this will work but i found this script: <FORM Name="Redirect"> <INPUT TYPE="Text" Name="URL" Value="http://www."> <INPUT TYPE="Button" Value="Load Page" onClick="location.href = this.form.elements[0].value"> </FORM> Hope this helps, Mike
L Lithium Guest 24 Jun 2002 #6 alright ive got it on the desktop but everytime i try to load a web page it changes my desktop to the web page lol
alright ive got it on the desktop but everytime i try to load a web page it changes my desktop to the web page lol
D DvL Guest 24 Jun 2002 #7 same here kinda works great.. but it seems to not be able to function as a webbrowser.... hmmmm kinda interesting to get a webbrowser as desktop hehe.. let me know if there is a solution.. DvL😀
same here kinda works great.. but it seems to not be able to function as a webbrowser.... hmmmm kinda interesting to get a webbrowser as desktop hehe.. let me know if there is a solution.. DvL😀
X xsk8zerox OSNN Senior Addict Joined 27 Mar 2002 Messages 746 26 Jun 2002 #10 this should do it <FORM Name="Redirect" target="_new"> <INPUT TYPE="Text" Name="URL" Value="http://www."> <INPUT TYPE="Button" Value="Load Page" onClick="window.open(this.form.elements[0].value)"> </FORM>
this should do it <FORM Name="Redirect" target="_new"> <INPUT TYPE="Text" Name="URL" Value="http://www."> <INPUT TYPE="Button" Value="Load Page" onClick="window.open(this.form.elements[0].value)"> </FORM>