Hi there!
Hi want to make a file for setting my site as Start Page in a computer. Can you help me?
Something like JavaScript... :rolleyes:
Stefano
:eek:
Printable View
Hi there!
Hi want to make a file for setting my site as Start Page in a computer. Can you help me?
Something like JavaScript... :rolleyes:
Stefano
:eek:
Do you mean a JavaScript to set up the site as being the homepage for the user who visits the site?
I just want to make something to put in the floppy disk; then when I'll launch it on any computer in my school, it sets automatically the start page of the browser. ;)
I know what you are trying to do but you are wasting your time because the settings for the Start Page a(for IE) are stotree under the key HKEY_CURRENT_USER so when someone else logs into the PC they will have their own startpage settings
anyway here's what you want:
copy this to a .reg file and double click to merge
Code:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="about:<html><h1>stefano was 'ere!</h1></html>"
Ahh I now understand what you were trying to do!