jm
|
| Posted: 02/26/2005, 1:01 PM |
|
Could some one please let me know if it is possible to change the script language, I have set the language for VBS but when I view the source it starts with this
<title>NewPage4</title>
<script language="JavaScript" type="text/javascript">
//Begin CCS script
//Include JSFunctions @1-C003D9F8
</script>
<script language="JavaScript" src=".\functions.js">
</script>
<script language="JavaScript">
Thank you
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 02/26/2005, 1:08 PM |
|
There is no method in CCS to set the client language to VBS, only the server language.
CCS always uses JavaScript for client-side code and you cannot change it. I'm not even sure why you would want to change it because this is the 1st time I see such a question/request. I'm also not sure if any Web browsers support it, except IE.
However if you have your own VBScript code then you can put it directly in the HTML page.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
jm
|
| Posted: 02/26/2005, 1:17 PM |
|
here is something that I would like to do I have been able to set my forms to work in a Pocket PC but the Pocket IE browser is not able to see were I have set the focus and execute those kind of thinks
Thank you
jm
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 02/26/2005, 2:09 PM |
|
Well, based on the information at http://www.windowsitpro.com/Article/ArticleID/23942/23942.html it looks like it is JavaScript that is supported on Pocket PC IE, but not VBScript...
Regardless, the JavaScript support on PocketPC may be limited and so may be VBScript (if it exists). You can ignore the non-working JavaScript code in CCS and just create such JavaScript (or VBScript) functions that work for you. You can create and test such functions without using CCS, then when you are sure that they work, copy them into your CCS page.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
jm
|
| Posted: 02/27/2005, 4:21 AM |
|
Hi Peter
Thank you for the help I found a better browser than the pIE that does works really nice it execute the javascript very well and I would like to let you know that is very cool that I can produce working pages for my Pocket PC that are connected to my data I wish I knew more about the CCS to use more for what it can do. But this forum has help a lot thank you
jm
|
|
|
 |
jm
|
| Posted: 02/27/2005, 4:23 AM |
|
sorry I forgt to let you know the browser
http://nfppc.access.co.jp/english/
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 02/27/2005, 1:03 PM |
|
Sounds good. I know someone who use Pocket PC, so thanks for the link.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |