Hi,
having issues regarding trying to display text in DIV tags referenced from multiple arrays. THANKS IN ADVANCE
here is the code. I am thinking I need to create a function to swap the the DIV but I can't seem to figure out a way to do this. Basically I need to display an image and text from...
Hello,
I am having a problem passing avriables that are already in the form to the handler. Once I submit I lose the entire query string and the fields that were populated with user input are also lost. I was able to pass data to the form however when you submit the form leaving a field empty...
Hi Sheco,
I tried everything including adding another link on a layer. I don't care if I have to dulpicate the link as long as I can just bring it up higher on the page. I believe I have found a bug in ASP. Asp by default is a compiled language. Why is the link not being compliled as It should...
Hello All,
I am trying to move a dynamic link on a page. The section connects to a db accesses an email variable and will be used to process a form, however I can't seem to get the link placemnt where it needs to be on the page.
--I Need this link to display at the top of the page----...
Hello All,
This is an ongoing issue. At this time I am about ready to throw in the towel. I am trying to send a variable, a simple email address through a query string. I have tried everything in the book. The string always comes out empty.
Here we go for the last time. This is the sending...
I was thinking that but since the page is compiled I didn't think it mattered. I will move the entire section higher in the page and give it a try. Thanks.
I believe so, when I I print to screen it works in the sending page EG; and I get the value fine. But when I try to pull the value and add it to a string it dies.
Dim AgentEmail
AgentEmail = CStr(rsAgent("email"))
'Response.Write(AgentEmail)
As far as rsAgent the table is pulling like so.
If...
Yes. I see it is empty. The email address should be there but it is not showing. I declared the variable. I associated the AgentEmail in the code with the email tag
which is
Dim AgentEmail
AgentEmail = CStr(rsAgent("email"))
And in the URL path I am using
>&AgentEmail=<%=AgentEmail%>...
Yes. Here is the link source .
http://premier-properties.com/contactustest1.asp?mls=205094186&LID=23879&Associate=Thomas L. Campbell, Jr. 434-2424.&AgentEmail=
Here is the call for the variable on the recieving .asp page empty.
<tr class="devTXT">
<td> </td>...
The Link____
<a href="contactustest1.asp?mls=<%=varMLS%>&LID=<%=varLID%>&Associate=<%=varAssociate%>&AgentEmail=<%=AgentEmail%>"><span class="style5">Request Additional Information</span></a>
I am trying to pass <%=AgentEmail%>
Hello,
I am trying to pass a variable in a link. When you roll over link the variable is empty. And the query string request on the recieving page is empty as well.
Here is the code. Any help would be greatly appreciated.
Sending page
=========================================
<link...
Hello Sheco,
I placed all code and in the string I still see the variable empty. Here's the code:
Sending Page
==============================================
<link href="globaldynamic.css" type="text/css">
<%
varMLS = Trim(Request("mls"))
IF TRIM(varMLS) = "" THEN
varMLS =...
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.