Posts: 56
Threads: 9
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2012
Reputation:
0
I need help with this code.
What has to do this code is to replace [uSER_ID] of the code iframe,
for the ID code u enter in the box, but does not work, i think i have something misconfigured.
someone can help me.
Your account id:
Sorry for my bad english.
Posts: 313
Threads: 20
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
The code is JavaScript Not PHP.
The code works I think you forgot to change:
Into this:
[code]
Posts: 56
Threads: 9
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2012
Reputation:
0
English:
umm not work..
look:
To open with u browser, and look sourcer code, It does not replace the [uSER_ID]
Spanish:
no funciona, si abre el script con el navegador chrome e introduce cualquier id en el cuadro, no remplazar el [uSER_ID]
Posts: 313
Threads: 20
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
Try and see for yourself, it changes:
...
document.getElementById(uidForm).style.display = none;
alert(widgetHtml);
}
...
The changes are in the client memory not in the file that it reads, the file that it reads will remain unchanged, this is javascript + html, the files that the browser(client) receives. are html tags, and javascript.