'Select Box' Selection Function

Status
Not open for further replies.

ziycon

New Member
Ah yes, i got all the comma's but i didn't think to check for symbols being changed to HTML character codes!
 

louie

New Member
one liine from the function is still commented out:

PHP:
var xmlhttp_obj = false;//create the XMLHttpRequestfunction ewd_xmlhttp(){
 
//change to 
 
var xmlhttp_obj = false;//create the XMLHttpRequest
function ewd_xmlhttp(){
it happens when you copy and paste
 

ziycon

New Member
Its perfect, just what i need, i'll have to get working on populating with DB results now. Thanks for your help again louie.
 

ziycon

New Member
Thanks again louie, got it all working with the database and its integrated fully into the site, thanks again!
 

ziycon

New Member
I know this is an old thread, i'm trying to get this work where i have a subscribe box on a page and just want the subscribe box to change if a user click, am i better of using an iFrame or AJAX?
 

magirus

New Member
I'm trying to get it work with 3 select boxes, but no luck so far...

What do you think, should I make another file for third select box and use

onChange="ewd_getcontent('second_page.php?&sel2='+this.value, 'span2');"

or should I just put the second span inside the file with

$ql = $_GET['sel2'] != "" ? $_GET['sel2'] : "";
if($ql != ""){
...... content ....
}

any help would be appreciated!
 

louie

New Member
you can easily duplicate the way the second select box works for the third one, but this time you send the second select value and first as well if needed.
 

Germany

New Member
Hello. :)

I would like to incorporate the Select menu in my vBulletin but I do not get it out. You can not.

URL ---> www[POINT]eire-webdesign.ie/blog/tag/ajax-select-menus/

Can someone explain to me here what I need to incorporate into which template? I have a vBulletin 3.7 and please excuse my bad English I have translated using Google translator. :eek:

Thank You!
 
Status
Not open for further replies.
Top