Actually, I want the traffic to go to the other side of the B2000 NIC #2. The destination IP is 10.250.22.101. The only way to get to that IP address is through 10.250.22.102.
Sorry about that.
I have an HP 11 B2000 with one physical NIC. I added a logical interface to that NIC so now I have two IP addresses. There is a second NIC that connects directly to another server and is isolated from the first NIC.
What i would like to do is create a redirect on the logical interface that...
When you initially connect to the FTP server through the CuteFTP client, are you able to specify a remote directory...such as /home/thisUser?
What I am wondering is if the host set you with a chdir command on your login, thus moving you to a directory that you are not expecting.
I tested this on that same version, and it worked (different machine).
It appears that the later versions of (after installing the service pack) cause the issue...???
I can't find anything else on it, so I guess I will not be able to go down that path - especially since this is for a portion...
Here is the code:
function RefreshOpener(whatPage){
window.opener.location.href = whatPage;
}
An anchor tag is kicking off this event with the onClick event.
onClick="javascript: RefreshOpener('datapage.asp');"
I have found an article on Microsoft regarding this issue, however...
In ASP1, you could use the open method, setting the opened window as ASP2, example: openASP2=open('asp2.asp','openASP2','your options here')
Then, in ASP1, you would change the content on ASP2 with the document.writeln() statement.
I have this same type of thing, but my ASP2 page is just a log...
Okay.
I have tried everything, looked at all of my settings, uninstalled and reinstalled, search the internet and Tek-tips, but I can not find a solution to my problem.
Background -
On a Dell C600 Latitiude laptop, I was running Win2K. Our IS department just released a schedule for WinXP to...
What about the cars folder having just a default document (asp page) that redirects to your code.
You could implement a case statement, to show information based on the redirect.
So /cars would have one file in it, say 'default.asp'.
Within default.asp, you redirect to...
I had the same basic problem - running PCI GeForce 4 MX 420. I installed the nView program and the issue popped up. I had to uninstall all the video drivers to get rid of nView. then reinstalled JUST the drivers, and everything is fine - I just omitted the nView installation.
mmcg,
When are you passing the SQL statement to the rs object? In your example, it does not appear that you actually open a recordset.
Where you have 'set rs=comm.execute()', shouldn't there be a statement with the parens?
I suppose I am missing something, since I am not that familiar with...
I don't know if this is the best fix all, but it has worked fine for me.
Here is what I would do:
Go through each variable being passed (that's assuming that the "t3's" value is coming from a variable) and run it through the replace function.
replace all of the single qoutes with...
I have used this:
VBSCRIPT with if statements
if this then
"%>" <- end my vbscript
run javascript here
"<%" <- start vbscript back
else
"%>" <- end my vbscript
run javascript here
"<%" <- start vbscript back
end if...
I have used InterDev, as well as UltraDev, and both are great apps (in my opinion).
A couple of URLs that I have found very useful are
http://www.devguru.com
and
http://www.sloppycode.com
The first thing you will need to look into (to connect to the access database) is
ADO (ActiveX Data...
Question for the group: Which way is better?
1.) One ASP page that has server side includes, and is based upon options within the URL to change the body, title, and any images on the site...every link recreates the one web page with new information
2.) Individual pages for each portion of the...
I am trying to use VB6 to control Powerterm Pro (includes VBA), but have been unsuccessful creating the class object. Has anyone out there had any luck on this?
Thanks in advance!
JDubya
I am having trouble switching code from a SQL server to Access 2000 - I hate to say it but I have to!
Anyway, I can run SELECT statements all day long, but as soon as I try to do DELETE or UPDATE or INSERT - the errors start to fly. I have tried DSNs, etc. but I can't get anything (except the...
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.