Link to home
Start Free TrialLog in
Avatar of mrxz
mrxz

asked on

Urgent: How to prevent FrontPage 2000 to change ASP code?

Hi,
I was wondering if someone can tell me how do I config FrontPage 2000 to do not undo the changes that I made in the ASP code (the code that it had creatted).

Thanks in advance!
Regards,
Mrxz
Avatar of ClassyLinks
ClassyLinks
Flag of Canada image

The code that it had created?  What do you mean?  Who created the ASP code?
Avatar of TenTonJim
TenTonJim

Just a tip...

I have found that FP2000 will ERASE (yes erase) asp code that I did, say using UltraEdit or TextPad or something, if I open it up in FP2000 after it was created.

Maybe not use FP for this.

Just a tip...maybe others have not had this experience.

:)

Jim S.
ASKER CERTIFIED SOLUTION
Avatar of ClassyLinks
ClassyLinks
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mrxz

ASKER

Avatar of mrxz

ASKER

Avatar of mrxz

ASKER

Avatar of mrxz

ASKER

mrxz....if you are pasting from a word document or other formated editor you often get this no text error....for ways around this please see:

https://www.experts-exchange.com/jsp/qShow.jsp?ta=expinput&qid=20157349

Avatar of mrxz

ASKER

Avatar of mrxz

ASKER

Avatar of mrxz

ASKER

Avatar of mrxz

ASKER

mrxz...I received your 2 emails and replied to both.  I need to see the asp file you are working with....the one that is giving you trouble.
Also...you have three fairly old questions which need to be graded.  If you require further input from the experts post a little reminder telling them that the issue is still open.

https://www.experts-exchange.com/jsp/qShow.jsp?ta=visualbasic&qid=20076988
https://www.experts-exchange.com/jsp/qShow.jsp?ta=java&qid=20066567
https://www.experts-exchange.com/jsp/qShow.jsp?ta=mssql&qid=11890058
My experience writing ASP in FP2000 is that you either have to stick to accepting the generated code by FP, or write your own.
If you write your own page, from scratch, I have never known it to overwrite or edit my ASP code. However, if I have attempted to edit the generated FP ASP code, it has automatically reverted the code as soon as I preview the page.
I wrote quite a large internet site using this method and all was well. However, if you do intend writing a lot of ASP pages, I would not recommend FP as a tool. You would be better off with Visual Interdev.

Elaine :-)
That is very true Elaine.  Essentially you CANNOT change ANY component which FP writes.  That goes for nav bars, search bots, and all the other bots.

Any changes you make will always be overwritten.  That being said however, Each and every FP component you may want to use is available in another format.  You just need to know where to look.  For example.....  www.simplythebest.net offers code for menus and rollovers, among other things.  The variety is greater than what you can get with FP and they are very easy to implement.

If mrxz can ever describe to me/us what he/she is trying to do, I'm sure an alternative method can be suggested.

8-)
Avatar of mrxz

ASKER

Thanks for the points mrxz...I hope you not find the FP ASP components too limiting...but if you do, there are experts on this site that can help you write code to do whatever you need to do.

Cheers!