Results 1 to 6 of 6
-
5th Sep 2010, 11:31 AM #1OPMemberWebsite's:
maxneeds.info[JS]Turn back content after changing it.
I used google but didn't find a solution for this one.
Let say i have :
<div id=bla onclick=this.innerHTML='new content'>old content</div>
After the 'bla' is clicked this one must turn back it to 'old content':
<a onclick=??? href=javascript:>Back it</a>
Hope it is fixable .. tnxPorsche_maniak Reviewed by Porsche_maniak on . [JS]Turn back content after changing it. I used google but didn't find a solution for this one. Let say i have : <div id=bla onclick=this.innerHTML='new content'>old content</div> After the 'bla' is clicked this one must turn back it to 'old content': <a onclick=??? href=javascript:>Back it</a> Rating: 5
-
5th Sep 2010, 01:13 PM #2The Wise OneWebsite's:
twilight.ws ddlrank.comJust create 2 different divs, make 1 with cssisplay:none and switch between them
I can always be contacted by sending a tweet @twilightws
-
5th Sep 2010, 03:59 PM #3OPMemberWebsite's:
maxneeds.infoAny other suggestions ?
I tried Whoo one but doesn't work.
-
5th Sep 2010, 04:11 PM #4The Wise OneWebsite's:
twilight.ws ddlrank.comCode:<div id="div1"> <p>Content1</p> </div> <div id="div2" style="display:none;"> <p>Content2</p> </div> <a href="#" onclick="document.getElementById('div2').style.display = 'block;'>Click me</a>
I can always be contacted by sending a tweet @twilightws
-
5th Sep 2010, 05:22 PM #5OPMemberWebsite's:
maxneeds.infoThat works but the idea is not this
-
7th Sep 2010, 09:50 AM #6OPMemberWebsite's:
maxneeds.infoOk then...
Here is the thing i want to do actually.
Posted by someone (onclick the bellow replaces it)
Send PM to someone ?
Yes No
if No is clicked it must return back to 'Posted by someone'
if Yes is clicked it must go to other url.
So i am having problem with the No .
How to back the content to 'Posted by someone' ???
The code i am using :
PHP Code:echo '<div id=divboss onclick="this.innerHTML=\'Send PM to '.$entry_array[ 'createdby' ][ 'name'].' ?<br /><a href=pm.php?send='.urlencode($entry_array[ 'createdby' ][ 'name']).'>Yes</a>     <a onclick=? href=javascript:>No</a>\';>'.$entry_array[ 'createdby' ][ 'text'].'</div>';
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to Use Google Alerts to Create a Databank of Content For Future Content Creation
By GarryField in forum Webmasters, Money MakingReplies: 0Last Post: 25th Feb 2014, 12:02 PM -
[Selling] Content Writer & Content Spinner Services (Review Copies Available)
By Elliot C in forum Completed TransactionsReplies: 6Last Post: 12th Mar 2012, 10:22 AM -
What server accepts adult content (legal content)?
By ukraniu in forum File Host DiscussionReplies: 10Last Post: 27th Sep 2011, 02:00 PM -
Do I have a chance for changing back from filesonic elite to ppd again?
By ruialessio in forum File Host DiscussionReplies: 7Last Post: 19th Apr 2011, 07:37 PM
themaPoster - post to forums and...
Version 5.23 released. Open older version (or...