Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

WWE Zone

Members
  • Joined

  • Last visited

  1. I'm making a small game using very simple codes of html/css and Javascript. but i have a problem, i want to make "score" when i hit the button, the score = "current score" + 1 this is my code: <script type="text/javascript"> function scorePlus(){ var score = 0; score = score + 1; } </script> <body> <div " id="score" onclick="scorePlus()"></div> </body> now the score is 1...when i click again on the button it doesn't do like this "score = 1; score = score + 1" so it could be 2.
  2. WWE Zone posted a topic in Frontend
    I Don't Know If This Is The Right Forum...Sorry If It's Wrong. However I Need Help In Learning The MXML Language. Especially This Thing: In The Code, We Create Some Elements Like This <s:Image... <s:Label... Etc....... I Just Need A Code So I Could Put An HTML Page On The Web! I Need Something Like This(PS The Following Code Is NOT Valid): <s:WebBrowser src="#"... This Was An Example Of What I Want. And Also If There Is Any Reference To Know ALL The Components Of MXML EX: <s:... That Would Be Very Good Thank You And Sorry Again If It's The WRONG FORUM
  3. Thank You, I Got It I Was Just Super-Stupid Last Night Thank You It Helped Me Soooo Much
  4. :'( I Have Another Error :'( Everything Is Working Fine, The "Next" Button Is Working Perfectly, But The Previous Button Isn't I Don't Know Why, It's Says Undefined. Here Is My Code <body> <script type="text/javascript"> var images = [ '<img src="http://wwesre.ucoz.com/News/Flair.jpg" />', '<img src="http://wwesre.ucoz.com/News/Cena.jpg" />', '<img src="http://wwesre.ucoz.com/News/Orton.jpg" />', '<img src="http://wwesre.ucoz.com/News/Undertaker.jpg" />' ]; var x = 0; window.setInterval(function(){ x++; if(x >= 4){ x = 0; } document.getElementById("images").innerHTML = (images[x]) }, 5000); function next(){ x = x + 1; if(x >= 4){ x = 0; } document.getElementById("images").innerHTML = (images[x]) } function previous(){ x = x - 1; if(x <= 0){ x = 4; } document.getElementById("images").innerHTML = (images[x]) } </script> <div id="images"><img src="http://wwesre.ucoz.com/News/Flair.jpg" /></div> <button onclick="previous()">Previous</button> <button onclick="next()">Next</button> </body>
  5. Wow It Worked Thank You Sooooo Much, You've Save My Life! And Thank You, I Wrote Another Code To Make It "Change" Not Repeat Thank You <body> <script type="text/javascript"> var images = [ '<img src="/image0.jpg" />', '<img src="/image1.jpg" />', '<img src="/image2.jpg" />', '<img src="/image3.jpg" />' ]; var x = 0; window.setInterval(function(){ x++; if(x >= 4){ x = 0; } document.getElementById("images").innerHTML = (images[x]) }, 3000); </script> <div id="images"><img src="/image0.jpg" /> </body>
  6. Not Working! I Have An Array Which Have Four Images, I Need These Images To Change Each 3 Seconds, So I've Made A Var Which Is x = 0 After Three Seconds I Want That X To Be = 1, So The Array Number Will Change So The Image Will Change! Sorry I Know My Explanation Is Sooo Bad, Here Is My Code This May Help More <script type="text/javascript"> var images = [ '<img src="/image0.jpg" />', '<img src="/image1.jpg" />', '<img src="/image2.jpg" />', '<img src="/image3.jpg" />' ]; var x = 0; window.setInterval(function(){ ++x; if(x >= 2){ x = 0; } }, 3000); document.write(images[x]) </script> Thanks For Replying Me
  7. I Have A Variable Which is "X = 0", I Want That Variable To Change Each 3 Seconds!. Here Is What I Mean Var X = 0 After 3 Seconds This "X" Is = 1 After Another 3 Seconds This X Is = 2 Then, When X = 2, The Variable Goes Back To X = 0 Then Start Again Counting 3 Seconds And X = 1 Etc.... Thanks For Your Help
  8. Thank You ALL! I Will Try Both
  9. Hey, I Want A Step By Step jQuery Carousel Tutorial. I Need A Carousel, I Have Tried To Do My Own But I Always Fail :'( I Have Problem In Timing Options And Looping :S
  10. WWE Zone posted a topic in Frontend
    Any Simple Code Of A CSS3 Slideshow ? I Want To Make A News Slideshow Using CSS3..I Want To Learn Not Something Already Ready To Use..
  11. Look, I Don't Need A Ready One, I Want To Learn HOW TO DO IT.
  12. Hi All, I Need Your Help To STEP BY STEP Write A Full JS/HTML/CSS News Slideshow, I Know There Are Many Of Them On Google But I Want To Learn Well My Problem Is The JS Codes... :'( I Perfect In CSS/HTML. Here Is What I Want, I Want A Slideshow With Thumbnails, And Picture With Links And I Should Be Able To Customize The Design Using CSS. I Tried To Learn From Different Sites Like W3Schools..But It's All About Numbers. I Posted Here A Post Where I Wanted Help To Make A CSS Dropdown Menu, And Someone Posted Me The CSS Of What I Want Including Comments To Make Me Understand What's Written In Front Of Me That's Exactly What I Want Thanks
  13. Thank You Very Much, I Need This
  14. Thank You It's Very Useful!
  15. I Need A Very Very Very Very Simple Dropdown Menu Using HTML And CSS I Know How To Make The HTML Code Of A Menu, But The CSS Is My Biggest Problem. Also I Need To Place That Menu, Inside A Div <div id="nav">THE HTML CODE</div>

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.