Thank you! Yes, I'm not doing anything illegal :) It's just a weird scenario that I have. I'll try this later tonight and let ya know if I have any questions.
Thanks!!!
No problem! Thanks for your help. :)
Lets say there is server1.com and server2.com
I administer and have full control over server1.com
I have ZERO control on server2.com ... they are a business partner.
There is a simple HTML form on server1.com, which CURRENTLY sends its form data to...
Sorry I don't think I was specific enough in the initial question. ONE of the databases is on our company's server, which I admin.
THE OTHER server, I don't have access to. I don't even know the path of the database. ..and I can't ask to find out.
Right now I just have the HTML form linked...
Hello,
I think I have a rather basic question, but can't figure out how to do this. I have one simple HTML form with a couple fields and a submit button. I need the form data to be submitted to 2 different databases on seperate servers.
I am using ASP and MS Access databases on both servers...
How can I open a file in Windows using VBScript?
Say I wanted to open a .jpeg file in whatever the program is that is associated in Windows. How can I do this?
D'oh! After 2 hours of banging my head against my desk trying to figure this out, and 2 minutes after posting, I figured out what went wrong. Apparently 'getCookie' is a function that this guy made and isn't a preset js function. After I pasted in his code for the 'getCookie' and...
I've copy and pasted this code exactly as is, and CAN'T seem to get it to work. I am seeming to get tripped up on this line:
var newURL = getCookie('newURL');
Internet Explorer is saying Error: Object Expected
Yes, I do have cookies enabled in my browser. I really don't understand what this...
I have a website which uses 2 frames. One frame is a thin menu along the top of the screen and underneath is the other frame which is the body of the page.
The annoying thing is that if someone types in the URL of the just the bottom frame ...ie: news.html, the menu frame won't appear. I...
Thanks,
I had already considered both of those methods before posting. I was just looking for something more simple. (I realize this may not be possible.) Is there some way in my javascript function, that I can call an ASP scriptlet to check if the e-mail address is in the database? This is...
Hi all,
I have a form where the user can submit their e-mail address. Before the form submits, I'd like to check if the e-mail address already exists in my database, and if it does, open a javascript alert window which says "e-mail already exists". I've been having alot of problems...
What is the code to jump to a specific record in a recordset?
Thanks,
-Jamie
<<I would open a recordset to the orignal table, jump to record 100.....>>
Hmmmm .... seems rather inefficient in design. That query has to check every row to see if it is NOT in the top 100 rows, and then get the top 100 rows from that result set. Is there a more efficient way to just return records 100-200?
Thanks,
-Jamie
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.