Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MM:Lock - cloning code

Status
Not open for further replies.

Setta

Programmer
Jul 9, 2003
22
BR
Hi guys.

I'm having a little problem with an ASP page I've created in Dreamweaver.

Here is teh problem.
The page is an include, so it does not have a head, or opening <html> or whatever.
BUT, in some part of my code i have this:

MM:EndLock

I don't know what this mean. And worse, when I try to modify the page (via code) the MM:EndLock gets back, and puts a lot of code in my page - this new amount of code is page it self, but now i have it twice.

If I try to modify again it double my code again.

I've tried to fix it by notepad editing the page, but when I opened it my DW MX the mess wascreated again.

So, does any1 knows WHAT THE HELL could be happening with this crazy page?

Thanks in advance.

-- Webmonkey --
 
have u decalred any &quot;editable&quot; regions & placed includes in it?!
just a thought

> need more info?
:: don't click HERE ::
 
Well I think that's the problem.
I'm probably dealing with a template, but I don't remeber creating a template in this project.

If this is a template, how can I &quot;turn it off&quot;?
I mean, how can I convert it to a normal page?

-- Webmonkey --
 
u would have to clenup html and look for eg.
&quot;<!-- TemplateBeginRepeat name=&quot;RepeatRegion1&quot; -->RepeatRegion1<!-- TemplateEndRepeat --> &quot;
and other comments...and then just &quot;save as...&quot;
....perhaps someone has a quicker way of doing it :}
all the best!

> need more info?
:: don't click HERE ::
 
I dont have this kingd of tags in my code:
&quot;<!-- TemplateBeginRepeat name=&quot;RepeatRegion1&quot; -->RepeatRegion1<!-- TemplateEndRepeat --> &quot;


but i've notice that this file is used as an include in another one that's an include.

So, if the outer-include is beign used in a template file this could be the problem? But the outer include is not in a template file. I don't have a single template file in all the project.

Darn! Looks like i've done some major crap in this project... Don't tell my boss! hehe.

I will recode the page - is very smasll.

Tahnk you all for the help.

-- Webmonkey --
 
&quot;... Don't tell my boss!&quot;
don't worry ..I won't tell anyone..... hehehe ....can ur boss read? then tell him not to go to tek-tips :)
Good Luck!

> need more info?
:: don't click HERE ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top