Thanks, that worked OK - mostly. Using the IP address it's fine, but with the host name, it actually takes me to a www url - www.<hostname>.com! A bit annoying - any ideas?
I have all the necessary files for the website located in the root IIS folder, and accessible to the local browser with the url http://localhost/. I think it's just a case of opening up a port to...
Not sure if this is the right place for this. I'm developing a website for my daughter's business, and testing it on the local host on my Windows XP Pro machine. I'd like to have it accessible for...
No, inserting the quotes makes no difference. I didn't expect it to, because it's getting to the function OK. It's just the window.open bit that's not behaving correctly.
No errors at all - it's just as though I wanted to use the current window! In Firefox I have 'Open new windows in a new tab instead' checked, but it doesn't. Unchecking that makes no difference...
Every reference I can find online tells me to use window.open(url, name, etc), but in both firefox 3.6 and IE 8, the current window redirects to the url, rather than a new window opening. What am I...