CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 seting up IIS5

Print topic Send  topic

Author Message
Arthur Klisiewicz
Posted: 04/20/2003, 7:43 PM

I just installed CC2.0.
I run Win2K server. What do I need to do/setup in order to open generated
site.
So far when I try to open the site it displays just HTML code

Arthur

Pepito
Posted: 04/21/2003, 5:12 AM

first install the IIS, then go to the folder you have the site in and add a
new user (right click the folder), can't remember right now but it something
like IUSR_something and give it privileges to write (important). Also, do
not forget to share your folder in the web sharing tab.
Then open your IIS, go to your site, right click any file that ends with
*asp and click browse. It should work. There are also some issues if you
have norton antivirus...you have to disable scripts protection, otherwise
the page will be loading forever with no outcome...

Hope that helps...


"Arthur Klisiewicz" <a.klisiewicz@attbi.com> wrote in message
news:b7vlrr$b54$1@news.codecharge.com...
> I just installed CC2.0.
> I run Win2K server. What do I need to do/setup in order to open generated
> site.
> So far when I try to open the site it displays just HTML code
>
> Arthur
>
>

H.F. Dekker
Posted: 04/21/2003, 8:43 AM

Hi Pepito ,
Certainly you will know the answer on following question:
My Problem is where I put the Javascript to start a NEW Window....??
I got the following advise: "..when you swith to HTML, you can write the
code straight
into the href > tag
<a href="javascript:void(0);" onClick="window.open('newwin.html', 'newwin',
'width=400, height=600, resizable=1, scrollbars=1')">linkname</a>
But I beleive that the code can be written in CC itself (or not?)

The action wanted is when I choose in the Example EmplDir : Administration /
Members / Edit
Employees / ->Edit (URL, so undelined) what in reality means
http://eureka:81/EmpsRecord.php?emp_id=7&emp_login=&manmonth=&name=&
->>>then a new Page will be opened.

IN the example of EmplDir I see the following: the EmpsGrid / Forms=Emps has
a FormAction=EmpsRecord. Maybe I have to write the JavaScipt in the
Page=EmpsRecord.
So when I look in the Page=EmpsRecord, maybe I have to write it in:
Forms=Emps / FormProperties / Header&Footer. (In the footer I see I
JavaScript)

Please INFORM ME WHERE I PUT THE JavaScripts in CC


--
Dirk Dekker

Induxion ICT Consultancy
Email:info@induxion.nl
Web: www.induxion.nl
tel.: +31(0)20-6374179
fax.:+31(0)20-6374212
============================================================================
Since its inception in 1999 Induxion mission has been to develop ICT
solutions and services,
as well as to be a provider of software for network management services.
Induxion's early vision
in software development is coupled with a no-nonsense and practical IT
solutions.

Outgoing mail is certified Virus Free.

============================================================================


"Pepito" <pepitxispi@ya.com> schreef in bericht
news:b80n6t$i2t$1@news.codecharge.com...
> first install the IIS, then go to the folder you have the site in and add
a
> new user (right click the folder), can't remember right now but it
something
> like IUSR_something and give it privileges to write (important). Also, do
> not forget to share your folder in the web sharing tab.
> Then open your IIS, go to your site, right click any file that ends with
> *asp and click browse. It should work. There are also some issues if you
> have norton antivirus...you have to disable scripts protection, otherwise
> the page will be loading forever with no outcome...
>
> Hope that helps...
>
>
> "Arthur Klisiewicz" <a.klisiewicz@attbi.com> wrote in message
>news:b7vlrr$b54$1@news.codecharge.com...
> > I just installed CC2.0.
> > I run Win2K server. What do I need to do/setup in order to open
generated
> > site.
> > So far when I try to open the site it displays just HTML code
> >
> > Arthur
> >
> >
>
>

Arthur Klisiewicz
Posted: 04/21/2003, 10:58 AM

I did all this but I still get error message: "Page cannot be displayed"
Arthur





"Pepito" <pepitxispi@ya.com> wrote in message
news:b80n6t$i2t$1@news.codecharge.com...
> first install the IIS, then go to the folder you have the site in and add
a
> new user (right click the folder), can't remember right now but it
something
> like IUSR_something and give it privileges to write (important). Also, do
> not forget to share your folder in the web sharing tab.
> Then open your IIS, go to your site, right click any file that ends with
> *asp and click browse. It should work. There are also some issues if you
> have norton antivirus...you have to disable scripts protection, otherwise
> the page will be loading forever with no outcome...
>
> Hope that helps...
>
>
> "Arthur Klisiewicz" <a.klisiewicz@attbi.com> wrote in message
>news:b7vlrr$b54$1@news.codecharge.com...
> > I just installed CC2.0.
> > I run Win2K server. What do I need to do/setup in order to open
generated
> > site.
> > So far when I try to open the site it displays just HTML code
> >
> > Arthur
> >
> >
>
>

N! Xau
Posted: 04/21/2003, 11:30 AM


"Arthur Klisiewicz" <a.klisiewicz@attbi.com> wrote in message
news:b7vlrr$b54$1@news.codecharge.com...
> I just installed CC2.0.
> I run Win2K server. What do I need to do/setup in order to open generated
> site.
> So far when I try to open the site it displays just HTML code
>
> Arthur

http://support.codecharge.com/kb_article.asp?kb_articlesPage=2&article_id=4

HTH
N! Xau

Stefan Hogedal
Posted: 04/21/2003, 4:09 PM

You don't give up, do you? :-)
I see you shifted from Portal to EmplDir... But what an odd place to put the
question...

Using ASP with templates version you can do like this:

1. Put the following code in the "Open" event of the emps form on the
EmpsGrid page:

orgTransitParams = ParsedBlocks("TransitParams")

2. Put the following code in the "Before Show" event of the same form:

fldemp_id_URLLink = "javascript:void(0);"" onClick=""window.open('" &
fldemp_id_URLLink
SetVar "TransitParams", orgTransitParams & _
"', 'newwin','width=400, height=600, resizable=1, scrollbars=1')"

Then just check your width and add the Close button to the header or footer
of the EmpsRecord page.

How did I come up with this solution?

I checked the EmpsGrid.html and noticed that the URL looked like
<a href="{emp_id_URLLink}?emp_id={Prmemp_id_emp_id}&{TransitParams}">
so i just needed a way to change that into
<a href="javascript:void(0);"
onClick="window.open('{emp_id_URLLink}?emp_id={Prmemp_id_emp_id}&{TransitPar
ams}', 'newwin', 'width=400, height=600, resizable=1, scrollbars=1')">
I could have done it in the template, but the way I did it I can change the
form almost any way I like without having to recode the solution.

If you don't have any "TransitParams" in a similar situation, then just add
a dummy parameter in the Input tab of the form...

Best regards,
Stefan Hogedal

"H.F. Dekker" <h.dekker@ps.nl> skrev i meddelandet
news:b813i7$ddk$1@news.codecharge.com...
> Hi Pepito ,
> Certainly you will know the answer on following question:
> My Problem is where I put the Javascript to start a NEW Window....??
> I got the following advise: "..when you swith to HTML, you can write the
> code straight
> into the href > tag
> <a href="javascript:void(0);" onClick="window.open('newwin.html',
'newwin',
> 'width=400, height=600, resizable=1, scrollbars=1')">linkname</a>
> But I beleive that the code can be written in CC itself (or not?)
>
> The action wanted is when I choose in the Example EmplDir : Administration
/
> Members / Edit
> Employees / ->Edit (URL, so undelined) what in reality means
> http://eureka:81/EmpsRecord.php?emp_id=7&emp_login=&manmonth=&name=&
> ->>>then a new Page will be opened.
>
> IN the example of EmplDir I see the following: the EmpsGrid / Forms=Emps
has
> a FormAction=EmpsRecord. Maybe I have to write the JavaScipt in the
> Page=EmpsRecord.
> So when I look in the Page=EmpsRecord, maybe I have to write it in:
> Forms=Emps / FormProperties / Header&Footer. (In the footer I see I
> JavaScript)
>
> Please INFORM ME WHERE I PUT THE JavaScripts in CC
>
>
> --
> Dirk Dekker
>
> Induxion ICT Consultancy
> Email:info@induxion.nl
> Web: www.induxion.nl
> tel.: +31(0)20-6374179
> fax.:+31(0)20-6374212
>
============================================================================
> Since its inception in 1999 Induxion mission has been to develop ICT
> solutions and services,
> as well as to be a provider of software for network management services.
> Induxion's early vision
> in software development is coupled with a no-nonsense and practical IT
> solutions.
>
> Outgoing mail is certified Virus Free.
>
>
============================================================================
>
>
> "Pepito" <pepitxispi@ya.com> schreef in bericht
>news:b80n6t$i2t$1@news.codecharge.com...
> > first install the IIS, then go to the folder you have the site in and
add
> a
> > new user (right click the folder), can't remember right now but it
> something
> > like IUSR_something and give it privileges to write (important). Also,
do
> > not forget to share your folder in the web sharing tab.
> > Then open your IIS, go to your site, right click any file that ends with
> > *asp and click browse. It should work. There are also some issues if you
> > have norton antivirus...you have to disable scripts protection,
otherwise
> > the page will be loading forever with no outcome...
> >
> > Hope that helps...
> >
> >
> > "Arthur Klisiewicz" <a.klisiewicz@attbi.com> wrote in message
> >news:b7vlrr$b54$1@news.codecharge.com...
> > > I just installed CC2.0.
> > > I run Win2K server. What do I need to do/setup in order to open
> generated
> > > site.
> > > So far when I try to open the site it displays just HTML code
> > >
> > > Arthur
> > >
> > >
> >
> >
>
>





H.F. Dekker
Posted: 04/22/2003, 2:48 AM

Hi Stefan,
sure! I must know the solution(...)
Thanks for the reaction and Advise.
But I don't use ASP. I work with CodeCharge 2.0.5 MySQL and PHP 4
Perhaps you can help me to translate your ASP script to PHP.
( Why do you work with CCS? I downloaded CCS and tried, but was totaly
lost )
Thanks again!
--
Dirk Dekker

"Stefan Hogedal" <xxx_shogedal@hotmail.com> schreef in bericht
news:b81tnc$6lf$2@news.codecharge.com...
> You don't give up, do you? :-)
> I see you shifted from Portal to EmplDir... But what an odd place to put
the
> question...
>
> Using ASP with templates version you can do like this:
>
> 1. Put the following code in the "Open" event of the emps form on the
> EmpsGrid page:
>
> orgTransitParams = ParsedBlocks("TransitParams")
>
> 2. Put the following code in the "Before Show" event of the same form:
>
> fldemp_id_URLLink = "javascript:void(0);"" onClick=""window.open('" &
> fldemp_id_URLLink
> SetVar "TransitParams", orgTransitParams & _
> "', 'newwin','width=400, height=600, resizable=1,
scrollbars=1')"
>
> Then just check your width and add the Close button to the header or
footer
> of the EmpsRecord page.
>
> How did I come up with this solution?
>
> I checked the EmpsGrid.html and noticed that the URL looked like
> <a href="{emp_id_URLLink}?emp_id={Prmemp_id_emp_id}&{TransitParams}">
> so i just needed a way to change that into
> <a href="javascript:void(0);"
>
onClick="window.open('{emp_id_URLLink}?emp_id={Prmemp_id_emp_id}&{TransitPar
> ams}', 'newwin', 'width=400, height=600, resizable=1, scrollbars=1')">
> I could have done it in the template, but the way I did it I can change
the
> form almost any way I like without having to recode the solution.
>
> If you don't have any "TransitParams" in a similar situation, then just
add
> a dummy parameter in the Input tab of the form...
>
> Best regards,
> Stefan Hogedal
>
> "H.F. Dekker" <h.dekker@ps.nl> skrev i meddelandet
>news:b813i7$ddk$1@news.codecharge.com...
> > Hi Pepito ,
> > Certainly you will know the answer on following question:
> > My Problem is where I put the Javascript to start a NEW Window....??
> > I got the following advise: "..when you swith to HTML, you can write the
> > code straight
> > into the href > tag
> > <a href="javascript:void(0);" onClick="window.open('newwin.html',
> 'newwin',
> > 'width=400, height=600, resizable=1, scrollbars=1')">linkname</a>
> > But I beleive that the code can be written in CC itself (or not?)
> >
> > The action wanted is when I choose in the Example EmplDir :
Administration
> /
> > Members / Edit
> > Employees / ->Edit (URL, so undelined) what in reality means
> > http://eureka:81/EmpsRecord.php?emp_id=7&emp_login=&manmonth=&name=&
> > ->>>then a new Page will be opened.
> >
> > IN the example of EmplDir I see the following: the EmpsGrid / Forms=Emps
> has
> > a FormAction=EmpsRecord. Maybe I have to write the JavaScipt in the
> > Page=EmpsRecord.
> > So when I look in the Page=EmpsRecord, maybe I have to write it in:
> > Forms=Emps / FormProperties / Header&Footer. (In the footer I see I
> > JavaScript)
> >
> > Please INFORM ME WHERE I PUT THE JavaScripts in CC
> >
> >
> > --
> > Dirk Dekker
> >
> > Induxion ICT Consultancy
> > Email:info@induxion.nl
> > Web: www.induxion.nl
> > tel.: +31(0)20-6374179
> > fax.:+31(0)20-6374212
> >
>
============================================================================
> > Since its inception in 1999 Induxion mission has been to develop ICT
> > solutions and services,
> > as well as to be a provider of software for network management services.
> > Induxion's early vision
> > in software development is coupled with a no-nonsense and practical IT
> > solutions.
> >
> > Outgoing mail is certified Virus Free.
> >
> >
>
============================================================================
> >
> >
> > "Pepito" <pepitxispi@ya.com> schreef in bericht
> >news:b80n6t$i2t$1@news.codecharge.com...
> > > first install the IIS, then go to the folder you have the site in and
> add
> > a
> > > new user (right click the folder), can't remember right now but it
> > something
> > > like IUSR_something and give it privileges to write (important). Also,
> do
> > > not forget to share your folder in the web sharing tab.
> > > Then open your IIS, go to your site, right click any file that ends
with
> > > *asp and click browse. It should work. There are also some issues if
you
> > > have norton antivirus...you have to disable scripts protection,
> otherwise
> > > the page will be loading forever with no outcome...
> > >
> > > Hope that helps...
> > >
> > >
> > > "Arthur Klisiewicz" <a.klisiewicz@attbi.com> wrote in message
> > >news:b7vlrr$b54$1@news.codecharge.com...
> > > > I just installed CC2.0.
> > > > I run Win2K server. What do I need to do/setup in order to open
> > generated
> > > > site.
> > > > So far when I try to open the site it displays just HTML code
> > > >
> > > > Arthur
> > > >
> > > >
> > >
> > >
> >
> >
>
>
>
>
>
>

Stefan Hogedal
Posted: 04/23/2003, 12:39 AM

I don't work with CCS. What give you that idea? ASP and templates are a part
of CC. It even has .Net C#, but my first attempt to use that didn't go well.

I have never coded in PHP, sorry!

I have also tried CCS once about a year ago. I wasn't all that confused, but
I thought it much easier to add and remove fields in CC and got the
impression that they would continue to develop CC, so with a small (church)
budget I chose CC.

/Stefan

"H.F. Dekker" <h.dekker@ps.nl> skrev i meddelandet
news:b8334q$nb9$1@news.codecharge.com...
> Hi Stefan,
> sure! I must know the solution(...)
> Thanks for the reaction and Advise.
> But I don't use ASP. I work with CodeCharge 2.0.5 MySQL and PHP 4
> Perhaps you can help me to translate your ASP script to PHP.
> ( Why do you work with CCS? I downloaded CCS and tried, but was totaly
> lost )
> Thanks again!
> --
> Dirk Dekker
>
> "Stefan Hogedal" <xxx_shogedal@hotmail.com> schreef in bericht
>news:b81tnc$6lf$2@news.codecharge.com...
> > You don't give up, do you? :-)
> > I see you shifted from Portal to EmplDir... But what an odd place to put
> the
> > question...
> >
> > Using ASP with templates version you can do like this:
> >
> > 1. Put the following code in the "Open" event of the emps form on the
> > EmpsGrid page:
> >
> > orgTransitParams = ParsedBlocks("TransitParams")
> >
> > 2. Put the following code in the "Before Show" event of the same form:
> >
> > fldemp_id_URLLink = "javascript:void(0);"" onClick=""window.open('" &
> > fldemp_id_URLLink
> > SetVar "TransitParams", orgTransitParams & _
> > "', 'newwin','width=400, height=600, resizable=1,
> scrollbars=1')"
> >
> > Then just check your width and add the Close button to the header or
> footer
> > of the EmpsRecord page.
> >
> > How did I come up with this solution?
> >
> > I checked the EmpsGrid.html and noticed that the URL looked like
> > <a
href="{emp_id_URLLink}?emp_id={Prmemp_id_emp_id}&{TransitParams}">
> > so i just needed a way to change that into
> > <a href="javascript:void(0);"
> >
>
onClick="window.open('{emp_id_URLLink}?emp_id={Prmemp_id_emp_id}&{TransitPar
> > ams}', 'newwin', 'width=400, height=600, resizable=1, scrollbars=1')">
> > I could have done it in the template, but the way I did it I can change
> the
> > form almost any way I like without having to recode the solution.
> >
> > If you don't have any "TransitParams" in a similar situation, then just
> add
> > a dummy parameter in the Input tab of the form...
> >
> > Best regards,
> > Stefan Hogedal
> >
> > "H.F. Dekker" <h.dekker@ps.nl> skrev i meddelandet
> >news:b813i7$ddk$1@news.codecharge.com...
> > > Hi Pepito ,
> > > Certainly you will know the answer on following question:
> > > My Problem is where I put the Javascript to start a NEW Window....??
> > > I got the following advise: "..when you swith to HTML, you can write
the
> > > code straight
> > > into the href > tag
> > > <a href="javascript:void(0);" onClick="window.open('newwin.html',
> > 'newwin',
> > > 'width=400, height=600, resizable=1, scrollbars=1')">linkname</a>
> > > But I beleive that the code can be written in CC itself (or not?)
> > >
> > > The action wanted is when I choose in the Example EmplDir :
> Administration
> > /
> > > Members / Edit
> > > Employees / ->Edit (URL, so undelined) what in reality means
> > > http://eureka:81/EmpsRecord.php?emp_id=7&emp_login=&manmonth=&name=&
> > > ->>>then a new Page will be opened.
> > >
> > > IN the example of EmplDir I see the following: the EmpsGrid /
Forms=Emps
> > has
> > > a FormAction=EmpsRecord. Maybe I have to write the JavaScipt in the
> > > Page=EmpsRecord.
> > > So when I look in the Page=EmpsRecord, maybe I have to write it in:
> > > Forms=Emps / FormProperties / Header&Footer. (In the footer I see I
> > > JavaScript)
> > >
> > > Please INFORM ME WHERE I PUT THE JavaScripts in CC
> > >
> > >
> > > --
> > > Dirk Dekker
> > >
> > > Induxion ICT Consultancy
> > > Email:info@induxion.nl
> > > Web: www.induxion.nl
> > > tel.: +31(0)20-6374179
> > > fax.:+31(0)20-6374212
> > >
> >
>
============================================================================
> > > Since its inception in 1999 Induxion mission has been to develop ICT
> > > solutions and services,
> > > as well as to be a provider of software for network management
services.
> > > Induxion's early vision
> > > in software development is coupled with a no-nonsense and practical IT
> > > solutions.
> > >
> > > Outgoing mail is certified Virus Free.
> > >
> > >
> >
>
============================================================================
> > >
> > >
> > > "Pepito" <pepitxispi@ya.com> schreef in bericht
> > >news:b80n6t$i2t$1@news.codecharge.com...
> > > > first install the IIS, then go to the folder you have the site in
and
> > add
> > > a
> > > > new user (right click the folder), can't remember right now but it
> > > something
> > > > like IUSR_something and give it privileges to write (important).
Also,
> > do
> > > > not forget to share your folder in the web sharing tab.
> > > > Then open your IIS, go to your site, right click any file that ends
> with
> > > > *asp and click browse. It should work. There are also some issues if
> you
> > > > have norton antivirus...you have to disable scripts protection,
> > otherwise
> > > > the page will be loading forever with no outcome...
> > > >
> > > > Hope that helps...
> > > >
> > > >
> > > > "Arthur Klisiewicz" <a.klisiewicz@attbi.com> wrote in message
> > > >news:b7vlrr$b54$1@news.codecharge.com...
> > > > > I just installed CC2.0.
> > > > > I run Win2K server. What do I need to do/setup in order to open
> > > generated
> > > > > site.
> > > > > So far when I try to open the site it displays just HTML code
> > > > >
> > > > > Arthur
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
> >
> >
> >
> >
>
>

H.F. Dekker
Posted: 04/23/2003, 1:21 AM

Hi Stefan,
I followed your advise and I checked the EmpsGrid.html and noticed that the
text you explaned I can't find at all !!

" <a href="{emp_id_URLLink}?emp_id={Prmemp_id_emp_id}&{TransitParams}">
"

My idea was you will work with CCS and not with CC.

Thanks anyway for your help !!
Dirk


"Stefan Hogedal" <xxx_shogedal@hotmail.com> schreef in bericht
news:b85fv1$vv0$1@news.codecharge.com...
> I don't work with CCS. What give you that idea? ASP and templates are a
part
> of CC. It even has .Net C#, but my first attempt to use that didn't go
well.
>
> I have never coded in PHP, sorry!
>
> I have also tried CCS once about a year ago. I wasn't all that confused,
but
> I thought it much easier to add and remove fields in CC and got the
> impression that they would continue to develop CC, so with a small
(church)
> budget I chose CC.
>
> /Stefan
>
> "H.F. Dekker" <h.dekker@ps.nl> skrev i meddelandet
>news:b8334q$nb9$1@news.codecharge.com...
> > Hi Stefan,
> > sure! I must know the solution(...)
> > Thanks for the reaction and Advise.
> > But I don't use ASP. I work with CodeCharge 2.0.5 MySQL and PHP 4
> > Perhaps you can help me to translate your ASP script to PHP.
> > ( Why do you work with CCS? I downloaded CCS and tried, but was totaly
> > lost )
> > Thanks again!
> > --
> > Dirk Dekker
> >
> > "Stefan Hogedal" <xxx_shogedal@hotmail.com> schreef in bericht
> >news:b81tnc$6lf$2@news.codecharge.com...
> > > You don't give up, do you? :-)
> > > I see you shifted from Portal to EmplDir... But what an odd place to
put
> > the
> > > question...
> > >
> > > Using ASP with templates version you can do like this:
> > >
> > > 1. Put the following code in the "Open" event of the emps form on the
> > > EmpsGrid page:
> > >
> > > orgTransitParams = ParsedBlocks("TransitParams")
> > >
> > > 2. Put the following code in the "Before Show" event of the same form:
> > >
> > > fldemp_id_URLLink = "javascript:void(0);"" onClick=""window.open('"
&
> > > fldemp_id_URLLink
> > > SetVar "TransitParams", orgTransitParams & _
> > > "', 'newwin','width=400, height=600, resizable=1,
> > scrollbars=1')"
> > >
> > > Then just check your width and add the Close button to the header or
> > footer
> > > of the EmpsRecord page.
> > >
> > > How did I come up with this solution?
> > >
> > > I checked the EmpsGrid.html and noticed that the URL looked like
> > > <a
> href="{emp_id_URLLink}?emp_id={Prmemp_id_emp_id}&{TransitParams}">
> > > so i just needed a way to change that into
> > > <a href="javascript:void(0);"
> > >
> >
>
onClick="window.open('{emp_id_URLLink}?emp_id={Prmemp_id_emp_id}&{TransitPar
> > > ams}', 'newwin', 'width=400, height=600, resizable=1, scrollbars=1')">
> > > I could have done it in the template, but the way I did it I can
change
> > the
> > > form almost any way I like without having to recode the solution.
> > >
> > > If you don't have any "TransitParams" in a similar situation, then
just
> > add
> > > a dummy parameter in the Input tab of the form...
> > >
> > > Best regards,
> > > Stefan Hogedal
> > >
> > > "H.F. Dekker" <h.dekker@ps.nl> skrev i meddelandet
> > >news:b813i7$ddk$1@news.codecharge.com...
> > > > Hi Pepito ,
> > > > Certainly you will know the answer on following question:
> > > > My Problem is where I put the Javascript to start a NEW Window....??
> > > > I got the following advise: "..when you swith to HTML, you can write
> the
> > > > code straight
> > > > into the href > tag
> > > > <a href="javascript:void(0);" onClick="window.open('newwin.html',
> > > 'newwin',
> > > > 'width=400, height=600, resizable=1, scrollbars=1')">linkname</a>
> > > > But I beleive that the code can be written in CC itself (or not?)
> > > >
> > > > The action wanted is when I choose in the Example EmplDir :
> > Administration
> > > /
> > > > Members / Edit
> > > > Employees / ->Edit (URL, so undelined) what in reality means
> > > > http://eureka:81/EmpsRecord.php?emp_id=7&emp_login=&manmonth=&name=&
> > > > ->>>then a new Page will be opened.
> > > >
> > > > IN the example of EmplDir I see the following: the EmpsGrid /
> Forms=Emps
> > > has
> > > > a FormAction=EmpsRecord. Maybe I have to write the JavaScipt in the
> > > > Page=EmpsRecord.
> > > > So when I look in the Page=EmpsRecord, maybe I have to write it in:
> > > > Forms=Emps / FormProperties / Header&Footer. (In the footer I see I
> > > > JavaScript)
> > > >
> > > > Please INFORM ME WHERE I PUT THE JavaScripts in CC
> > > >
> > > >
> > > > --
> > > > Dirk Dekker
> > > >
> > > > Induxion ICT Consultancy
> > > > Email:info@induxion.nl
> > > > Web: www.induxion.nl
> > > > tel.: +31(0)20-6374179
> > > > fax.:+31(0)20-6374212
> > > >
> > >
> >
>
============================================================================
> > > > Since its inception in 1999 Induxion mission has been to develop ICT
> > > > solutions and services,
> > > > as well as to be a provider of software for network management
> services.
> > > > Induxion's early vision
> > > > in software development is coupled with a no-nonsense and practical
IT
> > > > solutions.
> > > >
> > > > Outgoing mail is certified Virus Free.
> > > >
> > > >
> > >
> >
>
============================================================================
> > > >
> > > >
> > > > "Pepito" <pepitxispi@ya.com> schreef in bericht
> > > >news:b80n6t$i2t$1@news.codecharge.com...
> > > > > first install the IIS, then go to the folder you have the site in
> and
> > > add
> > > > a
> > > > > new user (right click the folder), can't remember right now but it
> > > > something
> > > > > like IUSR_something and give it privileges to write (important).
> Also,
> > > do
> > > > > not forget to share your folder in the web sharing tab.
> > > > > Then open your IIS, go to your site, right click any file that
ends
> > with
> > > > > *asp and click browse. It should work. There are also some issues
if
> > you
> > > > > have norton antivirus...you have to disable scripts protection,
> > > otherwise
> > > > > the page will be loading forever with no outcome...
> > > > >
> > > > > Hope that helps...
> > > > >
> > > > >
> > > > > "Arthur Klisiewicz" <a.klisiewicz@attbi.com> wrote in message
> > > > >news:b7vlrr$b54$1@news.codecharge.com...
> > > > > > I just installed CC2.0.
> > > > > > I run Win2K server. What do I need to do/setup in order to open
> > > > generated
> > > > > > site.
> > > > > > So far when I try to open the site it displays just HTML code
> > > > > >
> > > > > > Arthur
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
>
>

Chris
Posted: 05/08/2003, 1:50 AM

Access the "Internet Information Services" from the "Administrative Tools"
in "Control Panel" and click the plus icon to the left of your Computer
Name/Description (left hand panel) - then click the plus icon to the left of
"Web Sites" and again the plus icon to the left of "Default Web Site" Right
click on the site you want to enable access to with IIS and go to the
"Properties" You will see a series of tabs and options, the one probably you
need to change is the bottom one on the "Virtual Directory" tab -
"Application Protection" - this will need to be set at IIS Low. When you
click apply, hopefully it should all work.

Regards

Chris Dolan

"Arthur Klisiewicz" <a.klisiewicz@attbi.com> wrote in message
news:b81bgp$upd$1@news.codecharge.com...
> I did all this but I still get error message: "Page cannot be displayed"
> Arthur
>
>
>
>
>
> "Pepito" <pepitxispi@ya.com> wrote in message
>news:b80n6t$i2t$1@news.codecharge.com...
> > first install the IIS, then go to the folder you have the site in and
add
> a
> > new user (right click the folder), can't remember right now but it
> something
> > like IUSR_something and give it privileges to write (important). Also,
do
> > not forget to share your folder in the web sharing tab.
> > Then open your IIS, go to your site, right click any file that ends with
> > *asp and click browse. It should work. There are also some issues if you
> > have norton antivirus...you have to disable scripts protection,
otherwise
> > the page will be loading forever with no outcome...
> >
> > Hope that helps...
> >
> >
> > "Arthur Klisiewicz" <a.klisiewicz@attbi.com> wrote in message
> >news:b7vlrr$b54$1@news.codecharge.com...
> > > I just installed CC2.0.
> > > I run Win2K server. What do I need to do/setup in order to open
> generated
> > > site.
> > > So far when I try to open the site it displays just HTML code
> > >
> > > Arthur
> > >
> > >
> >
> >
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.