Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
WinXPro IIS from another PC on LAN
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="S. Justin Gengo, post: 483216"] JDP, A few things I can think of: First is the XP firewall on? If it's off / told to allow the computer trying to connect to it then you should be able to connect to the application with: [URL]http://[XP[/URL] Box Name Here]/CompReq.Dev/ As far as viewing the window in the screen resolution of the client I use a few javascripts added to my favorites to do that: javascript:window.moveTo(0,0);window.resizeTo(640,460);window.moveTo((screen.availWidth-640)/2,(screen.availHeight-460)/2); javascript:window.moveTo(0,0);window.resizeTo(800,580);window.moveTo((screen.availWidth-800)/2,(screen.availHeight-580)/2); javascript:window.moveTo(0,0);window.resizeTo(1024,740);window.moveTo((screen.availWidth-1024)/2,(screen.availHeight-740)/2); When clicked on (like a link) from my favorites folder each of these scripts reset the browser window that currently has focus to the given size and centers the window on the screen. Note that each window's height is 20 pixels less than the standard resolution to account for users who don't auto-hide their start bar. I program everything on my local machine and when I'm debugging I resize the window with a quick call to my favorites folder in order to see the page in these various common sizes. These scripts work in any browser. -- Sincerely, S. Justin Gengo, MCP Web Developer / Programmer [URL="http://www.aboutfortunate.com"]www.aboutfortunate.com[/URL] "Out of chaos comes order." Nietzsche [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
WinXPro IIS from another PC on LAN
Top