Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 10 of 10
Search took 0.02 seconds.
Search: Posts Made By: supercain
Forum: JavaScript programming 10-10-2012, 09:00 AM
Replies: 4
Views: 309
Posted By supercain
Could you put this board in a frame and a chat in...

Could you put this board in a frame and a chat in other? People will complain if they have to navigate a board that is encapsulated inside a div or iframe. I cant definitively change the structure of...
Forum: JavaScript programming 10-10-2012, 05:38 AM
Replies: 4
Views: 309
Posted By supercain
I tried that once long time ago. It didnt work...

I tried that once long time ago. It didnt work because my site is a board and all the links become a real mess. My chat is in an iframe, the problem is that the user goes to another page the chat...
Forum: JavaScript programming 10-10-2012, 04:48 AM
Replies: 4
Views: 309
Posted By supercain
popover window that remains open even if user navigates to another page?

Hi,

i need to put an iframe on every single page of my website, but i dont want the content of the iframe to reload everytime the user navigates to another page. I have seen that before on some...
Forum: JavaScript programming 10-09-2012, 05:12 PM
Replies: 11
Views: 461
Posted By supercain
Never mind. I solved it. The original code did...

Never mind. I solved it. The original code did the trick, i just modified a little to this

<script>document.cookie ='chat=sesion; path=/';</script>
<script language="javascript">
function...
Forum: JavaScript programming 10-09-2012, 04:28 PM
Replies: 11
Views: 461
Posted By supercain
Because you said i have to put it right ahead the...

Because you said i have to put it right ahead the closing body tag, and the only way to do that is to put it in the footer. But i will try anyway. How should i call the function? by the way, the...
Forum: JavaScript programming 10-09-2012, 04:15 PM
Replies: 11
Views: 461
Posted By supercain
Hehe, i forgot to mention the footer is the same...

Hehe, i forgot to mention the footer is the same for all pages too. Sorry. Wot it work if i put it anywhere else inside the body?
Forum: JavaScript programming 10-09-2012, 04:06 PM
Replies: 11
Views: 461
Posted By supercain
Thanks but where do i have to put that? in head?...

Thanks but where do i have to put that? in head? i have to put the code within body because the header is the same for all pages and i need to create the cookie in only one of them.

Thank you.
Forum: JavaScript programming 10-09-2012, 03:54 PM
Replies: 11
Views: 461
Posted By supercain
No sorry, it didnt work. I deleted path=index.php...

No sorry, it didnt work. I deleted path=index.php but it still wont create the cookie. The confirmation window is not necessary, i just want to destroy the cookie.
Forum: JavaScript programming 10-09-2012, 03:32 PM
Replies: 11
Views: 461
Posted By supercain
Thank you, but actually the part that wont work...

Thank you, but actually the part that wont work in the first place is the code that creates the cookie. The part that destroys it i havent had the chance to test it since i need to have the cookie...
Forum: JavaScript programming 10-09-2012, 01:20 PM
Replies: 11
Views: 461
Posted By supercain
Angry code to create cookie wont work on IE

i,

i have written this code in order to set a cookie and then make it expire as the user leaves the page:


<script>document.cookie ='chat=sesion; path=index.php';</script>
<script...
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT +1. The time now is 05:51 PM.