Query Strings and concat

This is a discussion on "Query Strings and concat" within the JavaScript Forum section. This forum, and the thread "Query Strings and concat are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 22nd, 2007, 10:19
Junior Member
Join Date: Apr 2007
Location: uk
Age: 20
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Query Strings and concat

Code: Select all
 
onclick="getData('test.php','targetDiv')
This is a simple piece of ajax that goes to the server and retrieves whatever's in test.php.

How do i pass a querystring to test.php, i have tried

Code: Select all
onclick="getData('test.php?qs=' + querystring,'targetDiv')

Please note that it will work if i do this this:
Code: Select all
onclick="getData('test.php?qs=hello','targetDiv')
But i want to get the value of a field.


But it doesn't work, how would i concat a query string into this

Last edited by magnetica; Aug 22nd, 2007 at 10:21.
Reply With Quote

  #2 (permalink)  
Old Aug 22nd, 2007, 13:22
Up'n'Coming Member
Join Date: Aug 2007
Location: Bicester
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Query Strings and concat

Hi Magnetica

Your code looks fine to me. What is in querystring when you append it?

Justin
Reply With Quote
Reply

Tags
concat

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Search Bar CONCAT query meth8200 Databases 2 May 13th, 2008 22:00
cutting strings alexgeek PHP Forum 5 Aug 29th, 2007 17:12
Javascript Strings Help Sabin_33 JavaScript Forum 2 Dec 21st, 2006 09:54
Confused with strings... ktsirig Other Programming Languages 1 Jan 11th, 2006 18:02
Quotes in strings jakyra Classic ASP 5 Sep 9th, 2003 15:10


All times are GMT. The time now is 19:10.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43