I'm trying to create a dynamic URL passing on a parameter, here is what I have...
Page Function
Main Scriptcontact_artist(law);
I would like to have the script create a URL of...function contact_artist(artist) {
var ajax_this = 'includes/contact-email.php?nameis=' + artist;
ajaxpage(ajax_this, 'promptsajax');
}
...in this example. What am I doing incorrectly?includes/contact-email.php?nameis=law



Reply With Quote

Bookmarks