|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
#106
|
||||
|
||||
|
Look back through all of the posts, this question has been answered several times.
|
|
#107
|
|||
|
|||
|
Plz help...
hi there,
Does anyone know where i can get FREE asp web hosting with e-mail support (like CDO)??? if u know plz send me the sites' add. to : imaminlakhani@yahoo.co.in Plz help me i will be thankful to u |
|
#108
|
||||
|
||||
|
try http://www.1asphost.com I used it before I got a domain.
__________________
www.xoise.com - www.ourfreegames.com - www.g1games.com - www.randomtools.net - www.xenocide-rpg.com - Lyrics Search Engine |
|
#109
|
|||
|
|||
|
Quote:
This time, I tryed to run the same program in another machine: Windows2000 server + SP4 I allocated all the file in the givenway. ( Files in website are located in the root; and core folder is located iat virtualdirectory /core) I got the folowing message: Code:
Technical Information (for support personnel) Error Type: Microsoft VBScript runtime (0x800A01B6) Object doesn't support this property or method: 'match.SubMatches' /core/classes/aspTemplate.asp, line 277 Browser Type: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) Page: GET /index.asp Time: Friday, September 02, 2005, 6:03:15 PM I had a look at the source program. it looks there is an object named "RegExp". Can you tell me What it is? Thanks |
|
#110
|
|||
|
|||
|
Memnoch,
Just in case you cared, there is a bug in this program. It occurs on the /admin/whatsnew/index.asp and /admin/events/index.asp pages when you try to add a new event or whats new entry without entering in all required fields. The pages throw this error - I can't figure out why: ASPTemplate Error: File [interface_100.html] does not exists! I played around with it and my workaround was to put a response.end at the end of the content_addEditEvents() and content_addEditWhatsnew() subs in the respective index.asp pages. I'd like to know of a cleaner workaround, and an explanation why this error gets thrown but the response.end IS working....... Thanks. |
|
#111
|
||||
|
||||
|
It's not a bug, the error means the interface_100.html file isn't in the right place.
Look in the code for the path to where it is looking for the file. If it were a bug, someone would have mentioned it by now, considering this tutorial has been posted and available for almost 2 years. Last edited by Memnoch : October 6th, 2005 at 10:04 PM. |
|
#112
|
|||
|
|||
|
Quote:
Respectfully, it is a bug. Otherwise the template would not be displaying at all if it the interface_100.html file could not be found. Just for kicks, install the app on your own machine, using your code downloaded from this thread. Then add an event or a what's new entry, leaving out required data. You'll see the bug then. I've attached a screen print showing the error.... |
|
#113
|
||||
|
||||
|
this code
Code:
tOut.setTemplatesDir "/core/templates/admin/" is trying to find the "interface_100.html" file in the core virtual directory. Verify the file exists in your C:\core\templates\admin directory. |
|
#114
|
|||
|
|||
|
Quote:
Of course it exists there, otherwise you wouldn't see the interface! Did you see my screen shot example above? It appears that it acceses it (interface_100.html) one time, displays it in the browser, then displays an error, then displays the interface again. Did you try installing the code on your machine? I have tried it on two different machines with the same result... |
|
#115
|
|||
|
|||
|
plz we need the tutorial in C#
|
|
#116
|
||||
|
||||
|
There is a VB.NET tutorial in the .NET Development forum area. It can be easily translated to C#.
|
|
#117
|
|||
|
|||
|
Help in ASP
hey.. i m a final yr student doin on my project.
i really really need help ..can anyone help me in asp.net coding... |
|
#118
|
|||
|
|||
|
Help with ASP Storefront
Hi,Am having some problem with asp coding, when my store front send me an order I want to import it into my system. The email has to look this below for system to import correctly ACCOUNT=INTERNET|STORE| ORDER=3|14/03/2005| ADDRESS=COMPNAY NAME|ADR1|ADR2|ADR3||POSTCODE||POSTCODE LINE=1|10 |KF20025|Q LEVERARCH FILE FC POLYPROP BLACK |00007| |12.99|20011 LINE=5|1 |KF26082|Q CONNECT SUBJECT DIVIDER A4 10PART |00001| |0.24|26080 This is how the asp script should look like, can anyone help me with the correct coding and format of the script, is there a loop needed ACCOUNT=pAccount|pStore| ORDER=3|pdate| ADDRESS=pName|pADR1|pADR2|pADR3||pPOSTCODE||pPOSTC ODE LINE=pQuantity|pPack |pSku|pDescriptionK |00001| |pUnitPrice| LINE=pQuantity|1Pack |pSku|pDescription |00001| |pUnitPrice| Can anyone help? |
|
#119
|
|||
|
|||
|
Dear all,
Thank you Memnoch for your ASP-tutorial Script. I did some changes on index.asp, common.asp, whatsnew.html and events.html and now it's working fine download the zip file and follow the instructions on the readme text |
|
#120
|
|||
|
|||
|
Hi, I followed the instruct |