AutoHotkey Community

It is currently May 24th, 2012, 9:14 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: March 29th, 2007, 3:53 pm 
Offline

Joined: March 17th, 2007, 7:51 pm
Posts: 45
Location: San Antonio, TX
IM trying to send the user name in %smterm% and its working but for some reason its putting it at the end as well and ideas why?
Code:
If ssUserID = 1
      searchURL = https://support.centurytel.net/supporttools/index.cfm?action=ensemble_lookup&customeruserid=%smterm%&requesttimeout=200
   


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2007, 4:04 pm 
Quote:
its putting it at the end
Of what? The world? Can't see anything like that, even at your sample 'code'. Can you be more specific and/or provide some more code? Thx.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2007, 4:22 pm 
Offline

Joined: March 17th, 2007, 7:51 pm
Posts: 45
Location: San Antonio, TX
the var is %smterm% which the user puts into a serach field then hits search and what not, brings up ie find and replaces the var but instead of getting
support.centurytel.net/supporttools/index.cfm?action=ensemble_lookup&customeruserid=USERNAME&requesttimeout=200
i get
support.centurytel.net/supporttools/index.cfm?action=ensemble_lookup&customeruserid=USERNAME&requesttimeout=200USERNAME

Code:
{
     If ssUserID = 1
      searchURL = https://support.centurytel.net/supporttools/index.cfm?action=ensemble_lookup&customeruserid=%smterm%&requesttimeout=200
    


         If ssPHONE = 1
         searchURL = http://atom.x25.net/tracker/gobetween.plx?searchby=phone&submit=Search&looky=
}
{
          If ssLNAME = 1
         searchURL = http://atom.x25.net/tracker/gobetween.plx?searchby=lname&submit=Search&looky=
}
{
          If ssTICKET = 1
         searchURL = http://atom.x25.net/tracker/gobetween.plx?searchby=ticket&submit=Search&looky=
}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 30th, 2007, 2:32 am 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
There's nothing there that would cause that problem. There's most likely something else further on in the code that's concatenating it to searchURL.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: [VxE], crazyace, engunneer, Klark92, rbrtryn, Tegno, TheDewd and 63 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group