Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: sean3838
Forum: Programming 7th October 2012, 10:54 AM
Replies: 19
Views: 8,266
Posted By sean3838
Re: Is there a code to auto click a part of a webpage?

Are you talking when the page loads? You can just use window.onload to click your button when the page loads.


<script type="text/javascript">
function invokeMe() {
...
Forum: Website Design 14th June 2012, 12:40 PM
Replies: 12
Views: 569
Posted By sean3838
Re: Hover over via HTML

<img src="pathtoimage" alt="" onmouseover="this.src='pathtoimage'" onmouseout="this.src='pathtoimage'">
Forum: Website Design 2nd February 2012, 10:37 PM
Replies: 7
Views: 356
Posted By sean3838
Re: Please help me with the codes.

Delete what's highlighted in red


#container {
background: #FFF;
margin-top: 20px;
border: 1px solid #FFF; }
Forum: Website Design 31st January 2012, 04:26 PM
Replies: 29
Views: 519
Posted By sean3838
Re: Need Help with Sidebar.php Please!

It's in your body section.

<SCRIPT type=text/javascript><!--
google_ad_client = "pub-";
google_ad_slot = "1136815707";
google_ad_width = 160;
google_ad_height = 600;
//-->
</SCRIPT>
Forum: Website Design 31st January 2012, 03:54 PM
Replies: 29
Views: 519
Posted By sean3838
Re: Need Help with Sidebar.php Please!

Ok nvm I see it is in ur head section. I'll look deeper into this bare with me.
Showing results 1 to 5 of 5

 
Forum Jump


All times are GMT -6. The time now is 03:09 AM.