PHPJavascript

Web Development Guide – My Personal Library of Tutorials and Scripts

Javascript

Javascript onclick fading window

February18
Onclick javascript fade in and fade out window. Onclick javascript fade in and fade out window Demo Click here to ...
posted under Javascript | No Comments »

Javascript mouseover attractive new window script

October28
Mouseover on a thumbnail image and open a new window with maximized image. Demo Click here to view the ...
posted under Javascript | No Comments »

Javascript Validation script for any type of html forms

October26
Easy to use validation script, with registration forms, login form, guest books, contactus form. Download the validation script from top of ...
posted under Javascript | No Comments »

Integrate PHP with Javascript menus, alert box or more

August4
Simple PHP tags and echo statements can integrate PHP data in javascript functions. This has been such a headache for me, ...
posted under Javascript, PHP | No Comments »

Resize existing window

July23
Set width, height, position of an existing  opened window Use Javascript resizeTo() and moveTo()  function. Example <html> <head> <title>Resize Page</title> <script language="javascript"> <!-- function resizeWindow() { this.moveTo(0,0); this.resizeTo(300,300); } //--> </script> <body bgcolor="#999999" onLoad="resizeWindow();"> Hello There </body> </html>
posted under Javascript | No Comments »

JavascriptText editor

May6
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode ...
posted under Javascript | No Comments »

Add a new row

May5
Click a button or text link and add new row to a table and the best part is you can ...
posted under Javascript | No Comments »

Click on a button and add row to a table

May5
Click a button or text link and add new row to a table and the best part is you can ...
posted under Javascript | No Comments »

Enable disable form elements like file, textarea using radio buttons

May1
These simple things help us in creating interactive forms. It is sooo very important to have simple, interactive and ...
posted under Javascript | No Comments »

Back Button

May1
Create a back button and give yoor webpage a customized look. <a href="#" onClick="history.go(-1)"><img src=back.jpg border=0></a>
posted under Javascript | No Comments »
« Older EntriesNewer Entries »

2,885 spam comments
blocked by
Akismet