all groups > dotnet jscript > november 2007
Font Styles in JavaScript
Posted by Shelley at 11/30/2007 6:38:03 AM
Hi,
To begin with I know absolutely nothing about javascript.........
I placed coding on my page to display to the date everyday but I would like
to change the font style........
This is the coding:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
// Get today's current date.
var now = new D... more >>
what do the 'f' & 'o' do here ?
Posted by Justin Doh at 11/27/2007 2:26:00 PM
I am still a novice in JavaScript, and I am trying to understand what is
going on with these parts. This is some portions of JS on the web form
calculations.
Any feedback is greatly appreciated.
My question is what do the ' f ' & 'o' do here??
-----------------------------------------------... more >>
ASP(JScript) Migration To ASP.NET(JScript.NET)
Posted by NvrBst at 11/20/2007 12:07:57 AM
I'm having a problem with a "Member not found. (Exception from
HRESULT: 0x80020003 DISP_E_MEMBERNOTFOUND))" error. The origional ASP
is JScript, and the ASP.NET is JScript.NET.
I'm creating an object with the line 'var oMyO =
Server.CreateObject("Type.Class")'. I can successfuly call methods... more >>
Include AJAX in existing web
Posted by Igor at 11/16/2007 12:52:24 PM
I just instaled AJAX framework. I can use it if I chose AJAX enabled
aplication when I am creating new project.
But I have some web aplication with no AJAX and I need to include it. It is
not project, it is asp.net website. There is no .sln file or other visual
studio project files. I started... more >>
HELP: IE7 pop-up blocker bypass
Posted by Andrew Wan at 11/14/2007 4:01:46 PM
I have a problem with a child window using the parent's FORM to do a
submission/post to open a new window. This is being blocked by IE7. This is
happening when accessing an external website that is not listed in the IE7
pop-up blocker allow list.
If the current page does a FORM submission/p... more >>
Can't get line breaks into email message body
Posted by edwardwill NO[at]SPAM googlemail.com at 11/1/2007 9:41:10 AM
ASP.NET
I have a function on my aspx page to format an email message and send
it. The function is below.
The problem is that I want the body to be formatted with CR/LF -
newlines - between the CS No, the Customer Reference No. and the
body. E.g.
CSNo: ABC123
Customer Ref: 321321
Th... more >>
|