Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: brimike
  • Content: Threads
  • Order by date
  1. brimike

    display DIV tags referenced in multiple arrays.

    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...
  2. brimike

    Passing Variables back and forth for error checking

    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...
  3. brimike

    How to move a dynamic link on a page

    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----...
  4. brimike

    Cannot send a variable to the next 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...
  5. brimike

    Variable is empty in URL link

    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...
  6. brimike

    Cannot pass variable in link?

    Hello, here is my problem I am trying to pass a variable from one page to another using a string in the URL and nothing. Here is the code: ================================ 'response.write("TESTING: " & fpTable) END IF END SUB SUB GetAgent(strIn) IF TRIM(strIn) <> "" THEN SET...

Part and Inventory Search

Back
Top