Using the Sendkeys Method

A how-to code example from ASPFree.

Contributed by
Rating: 4 stars4 stars4 stars4 stars4 stars / 12
September 08, 2001
Rate this Article:
MEH MEH++


SEARCH ASP FREE
TOOLS YOU CAN USE

advertisement

As long as you know that your WML is correct then you only need know a few things about running ASP with WML. First, remove the file extension .wml and change it to .asp as a normal. You must then add the following code to the very top of the page:

<% Response.ContentType "text/vnd.wap.wml" %>

The above will add the specific MIME type to the ASP file and now you can to add WML tags and ASP scripts. The main thing really different about implementing ASP into WML rather than HTML is that you must remember that any text that is returned from an ASP variable should be placed between

tags before displaying it. Be especially careful about using components, as many may return HTML back into the WML code. There will be more about ASP within WML and examples of this within my next article.
blog comments powered by Disqus
WINDOWS SCRIPTING ARTICLES

- More Windows Scripting Workarounds from Nilpo
- Overloading Methods and More in VBScript
- Improving MFC for Windows Vista
- Regular Expressions in VBScript
- Working with Dates in WMI
- Completing Calendars with VBScript Date Func...
- Building Calendars with VBScript Date Functi...
- Working With Dates and Times in VBScript
- Designing WCF DataContract Classes Using the...
- Understanding Dates and Times in VBScript
- Working With Arrays in VBScript
- Compressed Folders in WSH
- Using .NET Interops in VBScript
- Nilpo`s Scripting Secrets, Vol I
- Database operations using Silverlight 2.0 WC...

ASP Web Hosting ASP.Net Web Hosting Windows Web Hosting
 
 
 

ASP Free Forums 
 RSS  Tutorials RSS
 RSS  Forums RSS
 RSS  All Feeds
Site Map 
Request Media Kit
Write For Us Get Paid 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Privacy Policy 
Support 


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 10 - Follow our Sitemap
Most Popular Topics
All ASP.Net Tutorials