what could be the script or code used in this welcome sreen, when logging in?
2 posters
Page 1 of 1
what could be the script or code used in this welcome sreen, when logging in?
what could be the script or code used in this welcome sreen, when logging in? like in
http://www.symbianize.com
http://www.symbianize.com
Re: what could be the script or code used in this welcome sreen, when logging in?
..can you help me with that alternative sir..
Re: what could be the script or code used in this welcome sreen, when logging in?
could u create an HTML page that activates after u login, and make the page redirect to forum after 3 seconds? or no, if possible do u think u can make a code
Re: what could be the script or code used in this welcome sreen, when logging in?
doesnt work, im on phpbb2, is that the issue?
Re: what could be the script or code used in this welcome sreen, when logging in?
i log in and the forum shows up, is it because i have a log out popup too?
Here's my logout popup
Here's my logout popup
- Code:
$(document).ready(function() {
var x = document.getElementById('logout');
$(x).click(function(cLogout) {
var y = confirm("Are you sure you want to logout?");
if (y == true) {
return true;
} else { cLogout.preventDefault(); }
});
});
Last edited by ReBoRNz on April 26th 2012, 12:38 am; edited 1 time in total
Re: what could be the script or code used in this welcome sreen, when logging in?
thanks it works now solved, this should be solved, also is there anyway to change the ok button text, to say proceed
Similar topics
» What is the Script/Code/Tag for module visibility?
» Java script Select all code stopped working
» Suggested Script (Need Someone that can read script)
» When i paste a long code via [code][/code] the page expands
» register Script (I Need The Script)
» Java script Select all code stopped working
» Suggested Script (Need Someone that can read script)
» When i paste a long code via [code][/code] the page expands
» register Script (I Need The Script)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum