I originally had just a direct link to the picture opening in a new window. I setup each picture as a html now so all is good. Thanks for you help and insight!
Is there a way to override Internet Explorer's Automatic Image Resizing feature in html code? I have an image that is viewed quite often and I need it to be viewed at full scale all the time. Any help is appreciated.
That is what it appears to be so far. I've disabled Intellipoint software for AutoCAD and so far so good! I just have to keep my fingers crossed because it happens randomly. Thanks for the input!
Has anyone experienced their mouse wheel acting funny? I'm extremely dependent on the wheel using it for zooming in/out and panning. For some reason when I try to zoom in/out it will change from a zoom option to a scroll option! Why is this?? It is very inconsistent because a fresh AutoCAD...
I wonder if you need to set the router to allow access for the remote computer. You may have to open a specific port if your router has a firewall. Contact your router's manufacture and maybe they can help. I think a typical open port in a router for VPN is 1723.
Thank you all for your help!
That did it Gacollier. I can have my cake and eat it too. It's amazing what a simple check box will do and most of the time that is what it seems to boil down to.
Thanks again!
I am able to connect to the files and printers on my far-away network at work. I added the printers, along with print drivers, to my home computer and the files/folders I have shared I can also access with a little work around.
Everything is working great so far!
I have one more interesting...
Oddly enough, that works! I can access the computers in IE using their ip's. Is there a reason, do you think, why these computers don't show up on my network places? I would like to setup to print on my computer network, but they only show in IE. Thanks for the input and I shall keep pluggin...
I am a newbie at this stuff so please bear with me....
I would like to access my work files at home. I've set up what I believe a working VPN connection between the two computers (both XP, one pro and one home). I can connect showing as send and recieving on both computers but I can't seem...
I have 3 fields: name, phone, email
I'm really not looking for much in validation. I'd be happy if the field was evaluated as non-empty. If this script evaluates these fields, doesn't that eliminate the formcheck(this) script? I'm a novice when it comes to this stuff but trying to learn!
For the if statement:
if (form.check.checked !=true) is testing the 'check' named in the input script for a 'checked' then I can input 'if (form.name.value !=true) and use this statement for the 3 fields I need to evaluate?
This code works exactly as onsubmit however the expression evaluates the checkbox and now I just need the 3 fields evaluated. Your help definitely puts me on the right track and I should be able to tweak it from here. I have the field names so I should be able to input them into the 'if'...
Ok you lost me a bit. That code would be run in the script itself and not the <form> html correct? I don't why that couldn't be done though. Once the script runs, it can disable the button and continue to the action function. I shall give it a shot if we are both on the same 'page'!
My first onsubmit evaluates 3 fields for completion which executes every time being first. My second is disabling the submit button to prevent multiple submits. How can I have the first onsubmit call the second upon completion? I have the first onsubmit using the return handler to halt if...
I have a javascript form that I would like to perform two functions. Is it possible to have a form with two onSubmit values? My experience shows the form will only perform the first onSubmit and not the second. Any suggestions?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.