Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5705 - 5734 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5705
Function openWindow() SaveAndClose() Dim objNewWindow Set ObjNewWindow = Window.Open (printUrl, "Sample", "width=10, height=10, resizable=no, toolbar=no, ...
Erwin Rommel Felix 20...
lordmasterch...
Offline Send Email
Mar 2, 2005
10:31 am
5706
hi friends i am getting this error.with this i m sending my ASP code for searching the records.i have my database in Access. ... here is the code ... <html> ...
manishbs_84
Offline Send Email
Mar 2, 2005
11:40 am
5707
Function Printsheet() window.Print window.close End Function How do you force Landscape Printing in ASP Classic using Internet Explorer? What do I need to add...
Erwin Rommel Felix 20...
lordmasterch...
Offline Send Email
Mar 3, 2005
8:43 am
5708
AFAIK you can't. your window.print will cause the print messagebox to popup. The visitor will have to change the settings to landscape. Bob Filipiak A question...
bobfilipiak
Offline Send Email
Mar 3, 2005
2:13 pm
5709
Good morning everybody I'm attempting to add records to an access database from an ASP form. Unfortunately, the database was designed by someone else and...
dcase14
Offline Send Email
Mar 3, 2005
11:42 pm
5710
Hi Charles and everybody Thank you for your help with this. However, it turns out that none of that was the problem. After trying all manner of solutions, one...
dcase14
Offline Send Email
Mar 3, 2005
11:45 pm
5711
Set an SQLQuery...Try this: SELECT Max(unique id) FROM table_name -- "Max" finds the highest id in the database but if your system have the ability to accept...
GJ
goriojuan
Offline Send Email
Mar 4, 2005
12:19 am
5712
Ohh...i forgot...when you have identified the highest unique id then you could add 1 to it then you could have a unique id....
GJ
goriojuan
Offline Send Email
Mar 4, 2005
12:21 am
5713
Ok, I have programmed in PHP for years, but recently took on a client that their internal network requires ASP. (bleh, no offense). Here is what I want to do,...
Jason
sirdevanknight
Offline Send Email
Mar 4, 2005
12:33 am
5714
Getrows has no MoveNext why do you think I like it anmd recommend it? Less likely to make an error. On Thu, 03 Mar 2005 23:44:34 -0000, dcase14...
Charles Carroll
charlesmarkc...
Offline Send Email
Mar 4, 2005
7:26 am
5715
I need to display on my web page the last of the news i have i my db table. Also, in the same page i need to show a list of links to all the old news with...
Valter
valt76
Offline Send Email
Mar 4, 2005
2:16 pm
5716
For retrieving the newsitem select top 1 * from news order by id desc For retrieving the links select id from news order where id not in (select top 1 id from...
Mischa Kroon
aemca_san
Offline Send Email
Mar 4, 2005
2:53 pm
5717
Thank you for your help, actually i am also experiencing another problem, when i run the script it only display the first record. Sorry if I bother you but I...
Valter
valt76
Offline Send Email
Mar 4, 2005
4:12 pm
5718
What is the source that you use without it I can't help you. ... From: "Valter" <valt76@...> To: <AspClassicAnyQuestionIsOk@yahoogroups.com> Sent:...
Mischa Kroon
aemca_san
Offline Send Email
Mar 4, 2005
4:37 pm
5719
Access i can send you my code: <%@ LANGUAGE="VBSCRIPT" %> <% Dim magazineDB Dim magazineDBPath strmagazineDBPath= Server.MapPath("magazine.mdb") %> <% set...
Valter
valt76
Offline Send Email
Mar 4, 2005
4:43 pm
5720
hi frendz am developing a website.while hosting plz help me how to transfer a database from client side to netserver and make it run on server Its urgent . ...
Jegatha
jose_ph_84
Offline Send Email
Mar 5, 2005
10:38 am
5721
What kind of database ? Access or SQL server ? ... From: "Jegatha" <jose_ph_84@...> To: <AspClassicAnyQuestionIsOk@yahoogroups.com> Sent: Saturday,...
Mischa Kroon
aemca_san
Offline Send Email
Mar 5, 2005
10:42 am
5722
... to take texts, images, <td> background colors, in a HTML template, using ASP ? Need I to use DB or Session Object ? Since now, thanks for all. Claudio -- ...
Claudio Santos
aspmaniaco007
Offline Send Email
Mar 6, 2005
6:13 am
5723
No need for DB...all you have to do for texts and background colors is .CSS...In terms of images just put them in a folder where you can call them in your code...
GJ
goriojuan
Offline Send Email
Mar 7, 2005
1:11 am
5724
Probably I was not clear... may fault... I need to create starting from HTML templates another distinct HTML pages, controlling it with ASP codes... I thought:...
Claudio Santos
aspmaniaco007
Offline Send Email
Mar 7, 2005
2:01 am
5725
Ohh i see...there's an easy way if your not getting your design to a DB...use an if statement in the server-side and declare the design in HTML...the DB only...
GJ
goriojuan
Offline Send Email
Mar 7, 2005
2:08 am
5726
That`s it, GJ. Thanks. ... De: GJ [mailto:gary.john.bondoc@...] Enviada em: domingo, 6 de março de 2005 23:08 Para:...
Claudio Santos
aspmaniaco007
Offline Send Email
Mar 7, 2005
2:39 am
5727
can anyone help me display a tree menu just like the attached image here, since the table here is dynamically created using telscript.js which is also attached...
Aldrin Jarin
jeff_jarin
Offline Send Email
Mar 7, 2005
5:48 am
5728
I've been trying to debug a page and have ran into a snag. I'm pretty sure the SQL statement is correct but it isn't actually inserting the data into the data...
Craig
shadow_snd_2002
Online Now Send Email
Mar 7, 2005
8:00 am
5729
I have been thinking about using MSDE for my Web-based document-production system. However, I've done some quick research, and based on what I know so far, it...
Cynthia Leslie
cynthialeslie
Offline Send Email
Mar 7, 2005
12:08 pm
5730
MSDE is basically SQL Server without the client tools etc... and if you're using it as a back-end for a web-based system, then the only machine accessing the...
Dan Powderhill
danaspelite
Offline Send Email
Mar 7, 2005
12:13 pm
5731
That is great news -- thanks, Dan. I will research this further. - Cynthia Leslie ... From: Dan Powderhill To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent:...
Cynthia Leslie
cynthialeslie
Offline Send Email
Mar 7, 2005
12:18 pm
5732
I can't seem to successfully add a radio button to this code. The ONE works great but if I try to duplicate it, it wont add to database. Here is code: <% dim...
Charles Noonan
chazspot1
Offline Send Email
Mar 7, 2005
2:54 pm
5733
Hi again everybody I was testing this asp to database link I'm working on and found that I was getting an EOF/BOF error, which it turned out was being caused ...
dcase14
Offline Send Email
Mar 7, 2005
10:43 pm
5734
hi everybody...just a question here... if in ASP Classic we can use include file and include virtual does ASP.Net could do the same.. thank you very much.. a...
Cady
iatomboy
Offline Send Email
Mar 8, 2005
12:34 am
Messages 5705 - 5734 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help