473,387 Members | 3,810 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Passing value from external site to ASP form?

Hey there...working on a customer site.

The customer is a member of NATE.

Included on his website is his contractor ID#.

I'd like to make this ID# a hyperlink to the results of the following:

http://www.natetesting.com/NATE_Lookup.htm

Meaning, when a visitor clicks on his displayed #, it will run/return the results of http://www.natetesting.com/Nate_Lookup_Results.asp, populated with his credentials.

Is this possible to pass the number to either the .asp or the form itself?

Thanks!
Feb 17 '11 #1
5 2475
jhardman
3,406 Expert 2GB
yes, very easy, but I'm not sure exactly what you are asking. usually we do the link like this:
Expand|Select|Wrap|Line Numbers
  1. <a href="nate_lookup.asp?idnum=1234">look up</a>
then we access it as
Expand|Select|Wrap|Line Numbers
  1. request("idnum")
Is this what you are asking?

Jared
Feb 19 '11 #2
Thanks for the reply Jared.

I think that the first code is what I am looking to do, but it doesn't seem to be working.

When I run that code from a hyperlink on my page, it returns a blank page with the following url:

Expand|Select|Wrap|Line Numbers
  1. http://www.natetesting.com/Nate_Lookup_Results.asp?NATEID=7584962
Am I missing something?
Feb 21 '11 #3
jhardman
3,406 Expert 2GB
your script has to be set to look for that number. Do you need help doing that?
Mar 15 '11 #4
Yes, please. I do need help with this. Thank you jhardman.
Mar 20 '11 #5
jhardman
3,406 Expert 2GB
OK, show the code for the "nate_lookup_results.asp" and I'll show you how to modify it to look for that code.

Jared
Mar 21 '11 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: monika | last post by:
hi ... I have an asp page which has 3 buttons. <p align="center"><input class="button" type="button" onClick="location='welStudent.asp';" value="Click to write a new story"></p> <p...
7
by: Mike | last post by:
I have to pass a date from a form to a report query. I have written a query that works fine when I execute from SQL view, But I dont know how to pass a value from the form to this query. SELECT...
4
by: Mike | last post by:
Hi, I need to pass a value from one Web Form to another. In Form #1 I have set up a web control (hyperlink) that in its "Transfer" property contains the name of the Web Form to be loaded. How can...
3
by: Paul McKenna | last post by:
Hello I have a custom user control which I have developed. This user control needs to have one property value passed to it from the parent form. I tried using the constructor to do this, the...
0
by: kesk | last post by:
Hi, I am a learner in vb.net who is designing a database project. I dont have formal vb.net training, i learned from database books only, to the most extent its good. I have seen on dbl-clicking...
17
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I get the value of a form control? -----------------------------------------------------------------------...
1
Fary4u
by: Fary4u | last post by:
Hi Guys i'm trying to upload a file, i've tried 3 different methods but still not work out i don't know how to over come this problem hidden file value, multiple form or popup uploading. 1-...
0
by: rashima | last post by:
I have 2 access forms, In 1st form I am displaying reportname from my table then I will select one record from 1st form and will press next button now I want to display this reportname onto next...
4
idsanjeev
by: idsanjeev | last post by:
SIR I AM PASSING VALUE FROM ONE FORM TO ANOTHER FORM THROUGH COOKIES BUT IS CAN ONLY TRANSFER LAST VALUE HOW CAN PASS VALUE AFTER CLICKIN ON LINK I AM USING THE CODE IS FOR LINK <td><a...
5
JustRun
by: JustRun | last post by:
Hi, I have two form, MainForm has link do the following: frmChild.showDialog(); the frmChild process some data then should return value to MainForm at TxtBox control How can i do this?...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.