Results for "Category: Internet/ Browsers/ HTML"
When searching online for "How to prevent a form to be submitted by hitting enter" you'll find many (mostly unsatisfying) creative solutions. I think that my solution will work for most of the cases. Just follow the neccessary steps in the following article. If you like it please vote! ;)
simple editing XML, XSL cek if XML/XSL well formed or not display XML as tree view transform and display XML (based on XSL) as HTML
Displays a dynamic calendar in html using asp
This ASP-Calendar have the same functions (and more) as the ActiveX-calendar from Microsoft. It´s works only correct with the IE 5.0 or hiher. If you make any additional function, please send me an Update. Cheers
This file has some source files that can change your browser's scrollbar color, link hover color, and even have a mouse trail with a phrase of your choice. I will update as often as I make new. Vote for me!!! Dont forget to take out the comment tags!
Uses CSS and simple VBScript to create beautiful print reports.
Calendar generated using Dynamic HTML and client-side vbscripts. Can be used as a modal datepicker popup window. Does not use the asp 'post'/'get' method to process the contents of the page. Fast and easy to use. Added some bug-fixes.
Write "Code 128 B" barcodes to a web page with just a little bit of VBScript and a little HTML. Some people are charging so much for such a little thing. I wrote this so I wouldn't have to pay hundreds of dollars for it...and it was worth it. It was just a piece of cake... There are many other barcode standards out there, of course, but I leave those to someone else.
This page lets you zoom in/out and interact with the world map. The code is based on VML (Vector Markup Language).
Dragable DHTML Flowchart. It is using VML to create connections between boxes.
I coded this script after weeks of trying to get perl whois scripts to work,on a windows 2000 server, it uses Microsoft.XMLHTTP component to retrieve whois information from Nominet UK & Network Solutions. It works by posting the domain name to their whois page. The page is returned to the script and XMLHTTP component strips the rubbish of the returned object and prints out the whois information You can see the script in action at the following addresses: http://www.dwiwebdesign.com/whois/whoisv1-uk.asp http://www.dwiwebdesign.com/whois/whoisv1-us.asp http://www.dwiwebdesign.com/whois/whoisv1-uk&us.asp You don't need any objects installed on the server. Only Internet Explorer 5 or more. If there's any problems email me and i will try to help you out.. David Irwin
Banshee Chat is an experimental ASP and XML chat. It is flickering free. It allows unlimited users. Use XMLDOM to retrive on server the xml file. The version is 1.1 on next release i implement: private messages, online user visualization, and multiple room chat with improved graphical frontend.
It displays a new image every time a user goes to your site, for example, every refresh will display a new banner. If you could all give me some feedback, and please rate my work.
I looked for a way to format the date into dd/mm/yyyy server side. not much here so here is a one liner for those who need it.
"HTTP File Commander" is a DHTML remote file management tool. The server side is an ASP based service. The client side is just Internet Explorer. You can copy, delete, move, and edit files on remote computer the same way you it on a local one.
This code demonstrate how to use "InternetExplorer.Application" ActiveX Object.
I've looked long and hard trying to find a method to do a mass email using graphics...but to no avail...so, I wrote this simple program to send HTML email...just attach to a data source, and you're on your way...(by the way, you won't believe how easy this is!) Let me know what you think???
**UPDATED 3/23/2002 ** Here is code that show, how to have PAGE with frames, define its frame pages dynamically acording to paramethers included in the calling URL. Attachment file contains COMPLETE example of the code. Code is short, simple and effective. Check also my home page for updated version of the example: http://www.benchmarking.fi/programming/?mainframepage=programming/ASP/tipsandtricks/index.htm UPDATED VERSION INCLUDES ASP,VbScript and JavaScript versions.
When you run the index page this will collect all infromation about the browser, Operating system and screen resolution etc. And it will post to next page which can be accessed thru php. I think this code will be useful who needs to do professional web page, keeping in mind the resolution and browser support etc etc.
This code will spider a given URL and extrapolate links, e-mails, meta information (keywords, description, title), and a specified amount of words. This is useful for indexing personal webpages for use in conjuction with a search engine. Since it's in it's own class, it's very easy to use. This would work particularly well with a search enginge front end and database backend.