Posted by NiQ
i am creating a wap page i need some help with..
how do I send a form with data WITHOUT a button? can I do it with text?
Note that the
When im using
i have also noticed that javascript doesnt work..
Posted by Sentertainment
are u using xhtml? or wml?
Posted by NiQ
wml i think... but all is written in .asp
Posted by Sentertainment
oh...well since u dont know, look it up here: www.w3schools.com
Posted by NiQ
well im not using .wml
the filetype is .asp and the code in ASP so im not using xhtml nor wml
Posted by Sentertainment
OMFG!
How can anyone that knows how to program ASP be so stupid!
ASP is not a standalone language, it must be combined with HTML, WML, XHTML, DHTML, CSS, or some other web language if you want to make a web page of any kind!
Now what are you using?
If you are using HTML, it wont work properly and will have many syntax errors for wap, so learn xHTML then!
-xHTML is WAP 2.0
-WML is WAP 1.0 and 1.1
-HTML is for HTML Web Browsers (mainly PCs)
-ASP is a server-side langauge that only tells the server what to do, ASP will not create a web page alone, it is most commonly known to be used with HTML code!
Lets say you used ASP to print "<HTML><BODY><P>Hello, this is my web page</P></BODY></HTML>" on the page, that is NOT ASP, that is HTML used WITH ASP!
----------Edit---------
Had to disable posting HTML
_________________
----------Sentertainment.net----------
http://www.sentertainment.net/
[ This Message was edited by: Sentertainment on 2004-08-12 17:36 ]
Posted by NiQ
why the f**k should I use xHTML when the K700 doesnt support xHTML?
and if you wanna know... IM USING WML!!!
EXEMPEL:
<?xml version="1.0"?>
<% Session.Contents.RemoveAll() %>
<wml>
<card id="card1" title="Busstider">
<p align="center"> <b><u>Busstider</u></b><br/>
<small>jävla besserwisser!</small> </p>
[ This Message was edited by: NiQ on 2004-08-12 18:07 ]
Posted by shyam335
K700 doesnt support xhtml?! I dont think so
Posted by NiQ
where have your read that K700 supports xHTML?
or is the xHTML wap 2.0?
isnt this two diffrent things?
[ This Message was edited by: NiQ on 2004-08-12 19:10 ]
Posted by Johnex
Read sentiment's post again, slowly this time, it's got all you need to know about wap to make a portal like mine.
Posted by NiQ
I have already created a wap page.
it contains database connections trough asp and much more advanced shit
Posted by shyam335
Which planet are you living? Even 610 supports xhtml ! xhtml mp,basic,wcss and many stuff are supported.
Posted by NiQ
I wonder what idiot told me that xHTML wasnt Wap 2.0?!
Posted by Johnex
@niq: should i be impressed?
Posted by Sentertainment
| Quote: |
|
It's Sentertainment or dCool101d, either one, but not sentiment! lol
Well, just use xHTML, WML is tricky wehn suing such complex dynamic operations! I think you will be more satisfied with the CSS and formating features of xHTML!
I only use WML cuz old phones support it, now i'm switching to BOTH, yes both...I want ALL phones to get a full effect of my abilities in mobile web design!
*well maybe you might want to use both, well w3schools has ALL you need, it may now be the nicest navigation for a tutorial, but their code validators work like a charm! Plus their tutorials do cover eveything you need to know!
Posted by NiQ
| Quote: |
|
why would you?
[ This Message was edited by: NiQ on 2004-08-14 17:27 ]
Posted by NiQ
oh, and by the way...
if xHTML works on my K700i, shouldnt this code work then?
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
a simple paragraph
i got it from w3schools and it doesnt work in my phone.
the phone just downlads the file...
EDIT: what? doesnt xhtml supports underlined text..? then why the hell should i use xhtml when wml supports more?
[ This Message was edited by: NiQ on 2004-08-14 18:04 ]
Posted by Sentertainment
uh, lol...xHTML has WAY MORE!
and that code doesn't work because you forgot to put the "
Posted by NiQ
hehe, ok
well.. i tried the command in a simple code but it didnt work anyway....
shouldnt it just be like:
text
and by the way... when I created a .wml document containing NO doctype och encoding tag, i got less problems.
so why bother putting those lines in the code??