|
Both on the client side? - No.
But you can get your javascript to call back to a server side method using AJAX.
|
|
|
|
|
Guys,
I ask you as a guy that don't really do web dev.
I need a page to print from a web page using the default printer and some specific settings (or the default ones). The requirement is that, because this is a step in a process that must be very efficient, no window pops up (like the printer dialog) and also that printing does not require a new window to be opened. IE 6 will be used exclusively.
Hope someone can point me in the right direction.
Cheers
|
|
|
|
|
AFAIK there is no way to bypass the printer dialogue. You can design the print page usign a print CSS style sheet (with media="print" in the tag) to get rid of any elements that don't need printed (navigation etc.), and the user can then simply use the print button.
|
|
|
|
|
does any one know how to implement adaptive interface capabilities?
|
|
|
|
|
That depends on what you mean by 'adaptive interface capabilities'?
|
|
|
|
|
It i try to create an object for the webform it is created but If I need another form's name I can't create the object.Kindly solve this problem.
Regards,
LEE
|
|
|
|
|
Hi..
I am using asp accessing sql database .It is giving time -out expired error.
the error occurs after select query.
SP
--
Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.
|
|
|
|
|
Your select statement is too big.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Or your timeout too small...
|
|
|
|
|
Hi,
Just set CON.ConnectionTimeout=? property after defining ConnectionString.
SMK
|
|
|
|
|
i create one send mail function
when it sends mail the mail is get spam it dosent appear in INBOX .
HOW I CAN MAKE MY SEND MAIL NOT SPAM TO OTHER ?
SP
--
Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.
|
|
|
|
|
What language are you using?
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
as i code all function in ASP using Eazy mail objects
SP
--
Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.
|
|
|
|
|
Do you know how to use the language?
Brad
Australian
- bryce on "Problems with Code Project"
*sigh* Maunder's been coding again...
|
|
|
|
|
m using ASP 2.0
SP
--
Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.
|
|
|
|
|
Have you tried different email addresses in the From field? Have you tried sending it to different email addresses with different anti-spam filters? Could just be your email has an aggressive anti-spam policy.
|
|
|
|
|
hi
yes i tried it by diff Email addresses also
but i didnt get
Have you tried sending it to different email addresses with different anti-spam filters?
how to do that
TX ...
SP
--
Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.
|
|
|
|
|
I meant have you tried to send the email to different email addresses. By different anti-spam I meant they should be with different providers (as in gmail, yahoo mail, hotmail etc.). Theres probably something in the email thats being sent thats causing it to be flagged as spam.
|
|
|
|
|
Hi,
I've got a problem with XML parser of FFOX, I've some xml files that have this structure :
[code]
<root>
<LeftNavGuid>{05215E96-BF43-4B5B-A10E-38CBC8449FE1}</LeftNavGuid>
<RelatedPhotos>
<Photo>
<PhotoUrl>/NR/rdonlyres/E64D2C29-5A93-4DA8-845B-C0656993D581/0/lyons.jpg</PhotoUrl>
<PhotoCaption>Text1.</PhotoCaption>
</Photo>
<Photo>
<PhotoUrl>/NR/rdonlyres/163B38BA-561C-40B9-B2D5-358827478B8C/0/kickoff.jpg</PhotoUrl>
<PhotoCaption>Text2.</PhotoCaption>
</Photo>
<Photo>
<PhotoUrl>/NR/rdonlyres/F3DBC164-E3F0-4486-9707-F324252A27FC/0/pichot.jpg</PhotoUrl>
<PhotoCaption>Text3.</PhotoCaption>
</Photo>
<Photo>
<PhotoUrl>/NR/rdonlyres/A26D3961-3C37-421C-AA1E-E2184BD98804/0/sailortry.jpg</PhotoUrl>
<PhotoCaption>Text4.</PhotoCaption>
</Photo>
[/code]
with IE everything runs clear, with FFOX I've blank nodes betweens the real ones in corrispondence of \n, so I've for example
<"\n "><Photo><"\n "><PhotoUrl><"\n "><PhotoCaption>....
Is there a way to tell the XML parser to remove them?
Is there also a methos as in IE to search for nodes with
<code>currentNode.selectSingleNode("//PhotoCaption")???</code>
Thanks
Paolo
|
|
|
|
|
Shog is the man you want for this question
Brad
Australian
- Bradml on "MVP Status"
If this was posted in a programming board please rate my answer
|
|
|
|
|
The problem is in how MS IE and FireFox XML parsers treat whitespace nodes.
See this (read 1st and 2nd paragraphs). At the end of the section there is a link to a solution.
-------------------------
Don't worry, be happy )
|
|
|
|
|
hey there,
does anyone know of a free asp.net (must support .net 1.1!) wysiwyg component? it should handle basic formatting and insertion of movies/flash/images/urls and it would be nice if it could handle the upload of such media as well. i've been going through this site and didn't find anything appropriate. google comes up with tons of components, none of which are free.
any experiences, ideas?
help is greatly appreciated!
-- moved at 5:37 Monday 12th March, 2007
/matthias
I love deadlines. I like the whooshing sound they make as they fly by. [Douglas Adams]
|
|
|
|
|
|
thats about perfect. thanks a lot!
/matthias
I love deadlines. I like the whooshing sound they make as they fly by. [Douglas Adams]
|
|
|
|
|
Hi all,
I have created a basic website but wish add to it a login functionality this will allow me to give members extra functionality. However whilst researching I only seem to be able to find info on creating logins on Asp.Net. But I don’t wish to move my website to this technology just yet. Does anyone have any info / examples on how to create user login functionality on a very basic html page??
Thanks lots in advance
John.
|
|
|
|