Here it is...
//functions kept in javascript file
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {...
I've been getting more and more frustated with what seems to be a fairly simple problem:
I've got a javascript function that changes the innerHTML of a <div> tag. I need the content that is replaced to be a link that has an onClick function inside. This is where it gets a bit more complicated...
I'm a complete newbie to apache so you'll have to bear with me.
What I need to accomplish is having multiple domain names displaying one set of pages but still displaying their domain name. The pages are dynamically generated.
Ex:
index.php?id=1 => http://www.domain1.com/page
index.php?id=2 =>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.