I have a form with a hidden fied on my web page. Is it possible to make the
value of this field the same as the value of a hidden field in a different
web site ? if yes, How can I do that ?

Re: Hidden field by Murray

Murray
Tue Feb 14 12:53:07 CST 2006

How would you see the hidden field in the other website?

--
Murray
--------------
MVP FrontPage


"Jacques" <Jacques@discussions.microsoft.com> wrote in message
news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>I have a form with a hidden fied on my web page. Is it possible to make the
> value of this field the same as the value of a hidden field in a different
> web site ? if yes, How can I do that ?



Re: Hidden field by Jacques

Jacques
Tue Feb 14 13:03:27 CST 2006

I opened the web page of the other site with Frontpage and could see the
value (which change) of the hidden field. I thought that maybe there was a
URL for this field.

Jacques

"Murray" wrote:

> How would you see the hidden field in the other website?
>
> --
> Murray
> --------------
> MVP FrontPage
>
>
> "Jacques" <Jacques@discussions.microsoft.com> wrote in message
> news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
> >I have a form with a hidden fied on my web page. Is it possible to make the
> > value of this field the same as the value of a hidden field in a different
> > web site ? if yes, How can I do that ?
>
>
>

Re: Hidden field by Murray

Murray
Tue Feb 14 13:09:08 CST 2006

So - tell me again what it is you are trying to accomplish?

It sounds to me like you want a hidden field on a page that you have on your
website to acquire the value assigned to a hidden field on some other
website (I am gathering it's not one you control?). Is that what you want?

If so, then I doubt that there is a way you could do that.

--
Murray
--------------
MVP FrontPage


"Jacques" <Jacques@discussions.microsoft.com> wrote in message
news:60302F45-B52B-41DC-91F2-5C407D17A380@microsoft.com...
>I opened the web page of the other site with Frontpage and could see the
> value (which change) of the hidden field. I thought that maybe there was a
> URL for this field.
>
> Jacques
>
> "Murray" wrote:
>
>> How would you see the hidden field in the other website?
>>
>> --
>> Murray
>> --------------
>> MVP FrontPage
>>
>>
>> "Jacques" <Jacques@discussions.microsoft.com> wrote in message
>> news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>> >I have a form with a hidden fied on my web page. Is it possible to make
>> >the
>> > value of this field the same as the value of a hidden field in a
>> > different
>> > web site ? if yes, How can I do that ?
>>
>>
>>



Re: Hidden field by Jacques

Jacques
Tue Feb 14 13:16:28 CST 2006

Yes you think right, that's what I wanted to do.

Jacques

"Murray" wrote:

> So - tell me again what it is you are trying to accomplish?
>
> It sounds to me like you want a hidden field on a page that you have on your
> website to acquire the value assigned to a hidden field on some other
> website (I am gathering it's not one you control?). Is that what you want?
>
> If so, then I doubt that there is a way you could do that.
>
> --
> Murray
> --------------
> MVP FrontPage
>
>
> "Jacques" <Jacques@discussions.microsoft.com> wrote in message
> news:60302F45-B52B-41DC-91F2-5C407D17A380@microsoft.com...
> >I opened the web page of the other site with Frontpage and could see the
> > value (which change) of the hidden field. I thought that maybe there was a
> > URL for this field.
> >
> > Jacques
> >
> > "Murray" wrote:
> >
> >> How would you see the hidden field in the other website?
> >>
> >> --
> >> Murray
> >> --------------
> >> MVP FrontPage
> >>
> >>
> >> "Jacques" <Jacques@discussions.microsoft.com> wrote in message
> >> news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
> >> >I have a form with a hidden fied on my web page. Is it possible to make
> >> >the
> >> > value of this field the same as the value of a hidden field in a
> >> > different
> >> > web site ? if yes, How can I do that ?
> >>
> >>
> >>
>
>
>

Re: Hidden field by MD

MD
Tue Feb 14 13:19:08 CST 2006

Hi Jacques,

There are two ways to accomplish:

1. Create a web page that tears the page from the other site then parse that page for the hidden field. ASP using MSXML works real
well for this purpose or the IE browser object itself.

2. Create a 2 frame frameset where the one frame references the other site and the other frame references your site. Fix the sizes
so that only your frame is visiable. Next, use a JavaScript function to reference the other page and reference the hidden field.
Note: The other site may have code that prevents the loading of their page in a frame.

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
FrontPage Add-in


"Jacques" <Jacques@discussions.microsoft.com> wrote in message news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>I have a form with a hidden fied on my web page. Is it possible to make the
> value of this field the same as the value of a hidden field in a different
> web site ? if yes, How can I do that ?



Re: Hidden field by Murray

Murray
Tue Feb 14 13:24:19 CST 2006

I am shuddering to think what damage one could do to ecommerce sites, and
other sites with this kind of approach.

--
Murray
--------------
MVP FrontPage


"MD Websunlimited" <none@none.com> wrote in message
news:ednqKuZMGHA.1192@TK2MSFTNGP11.phx.gbl...
> Hi Jacques,
>
> There are two ways to accomplish:
>
> 1. Create a web page that tears the page from the other site then parse
> that page for the hidden field. ASP using MSXML works real well for this
> purpose or the IE browser object itself.
>
> 2. Create a 2 frame frameset where the one frame references the other site
> and the other frame references your site. Fix the sizes so that only your
> frame is visiable. Next, use a JavaScript function to reference the other
> page and reference the hidden field. Note: The other site may have code
> that prevents the loading of their page in a frame.
>
> --
> Mike -- FrontPage MVP '97 - '02
> http://www.websunlimited.com
> FrontPage Add-in
>
>
> "Jacques" <Jacques@discussions.microsoft.com> wrote in message
> news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>>I have a form with a hidden fied on my web page. Is it possible to make
>>the
>> value of this field the same as the value of a hidden field in a
>> different
>> web site ? if yes, How can I do that ?
>
>



Re: Hidden field by Thomas

Thomas
Tue Feb 14 13:40:16 CST 2006

It is a good thing that MSXML requests can be blocked via ASP.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Murray" <forums@HAHAgreat-web-sights.com> wrote in message
news:ea7HAxZMGHA.532@TK2MSFTNGP15.phx.gbl...
>I am shuddering to think what damage one could do to ecommerce sites, and other sites with this
>kind of approach.
>
> --
> Murray
> --------------
> MVP FrontPage
>
>
> "MD Websunlimited" <none@none.com> wrote in message news:ednqKuZMGHA.1192@TK2MSFTNGP11.phx.gbl...
>> Hi Jacques,
>>
>> There are two ways to accomplish:
>>
>> 1. Create a web page that tears the page from the other site then parse that page for the hidden
>> field. ASP using MSXML works real well for this purpose or the IE browser object itself.
>>
>> 2. Create a 2 frame frameset where the one frame references the other site and the other frame
>> references your site. Fix the sizes so that only your frame is visiable. Next, use a JavaScript
>> function to reference the other page and reference the hidden field. Note: The other site may
>> have code that prevents the loading of their page in a frame.
>>
>> --
>> Mike -- FrontPage MVP '97 - '02
>> http://www.websunlimited.com
>> FrontPage Add-in
>>
>>
>> "Jacques" <Jacques@discussions.microsoft.com> wrote in message
>> news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>>>I have a form with a hidden fied on my web page. Is it possible to make the
>>> value of this field the same as the value of a hidden field in a different
>>> web site ? if yes, How can I do that ?
>>
>>
>
>



Re: Hidden field by Murray

Murray
Tue Feb 14 18:50:29 CST 2006

<nods>

--
Murray
--------------
MVP FrontPage


"Thomas A. Rowe" <tarowe@mvps.org> wrote in message
news:uuao65ZMGHA.1288@TK2MSFTNGP09.phx.gbl...
> It is a good thing that MSXML requests can be blocked via ASP.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:ea7HAxZMGHA.532@TK2MSFTNGP15.phx.gbl...
>>I am shuddering to think what damage one could do to ecommerce sites, and
>>other sites with this kind of approach.
>>
>> --
>> Murray
>> --------------
>> MVP FrontPage
>>
>>
>> "MD Websunlimited" <none@none.com> wrote in message
>> news:ednqKuZMGHA.1192@TK2MSFTNGP11.phx.gbl...
>>> Hi Jacques,
>>>
>>> There are two ways to accomplish:
>>>
>>> 1. Create a web page that tears the page from the other site then parse
>>> that page for the hidden field. ASP using MSXML works real well for this
>>> purpose or the IE browser object itself.
>>>
>>> 2. Create a 2 frame frameset where the one frame references the other
>>> site and the other frame references your site. Fix the sizes so that
>>> only your frame is visiable. Next, use a JavaScript function to
>>> reference the other page and reference the hidden field. Note: The other
>>> site may have code that prevents the loading of their page in a frame.
>>>
>>> --
>>> Mike -- FrontPage MVP '97 - '02
>>> http://www.websunlimited.com
>>> FrontPage Add-in
>>>
>>>
>>> "Jacques" <Jacques@discussions.microsoft.com> wrote in message
>>> news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>>>>I have a form with a hidden fied on my web page. Is it possible to make
>>>>the
>>>> value of this field the same as the value of a hidden field in a
>>>> different
>>>> web site ? if yes, How can I do that ?
>>>
>>>
>>
>>
>
>



Re: Hidden field by MD

MD
Thu Feb 16 04:08:18 CST 2006

How could this inflict damage on any site?

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
FrontPage Add-in


"Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:ea7HAxZMGHA.532@TK2MSFTNGP15.phx.gbl...
>I am shuddering to think what damage one could do to ecommerce sites, and other sites with this kind of approach.
>
> --
> Murray
> --------------
> MVP FrontPage
>
>
> "MD Websunlimited" <none@none.com> wrote in message news:ednqKuZMGHA.1192@TK2MSFTNGP11.phx.gbl...
>> Hi Jacques,
>>
>> There are two ways to accomplish:
>>
>> 1. Create a web page that tears the page from the other site then parse that page for the hidden field. ASP using MSXML works
>> real well for this purpose or the IE browser object itself.
>>
>> 2. Create a 2 frame frameset where the one frame references the other site and the other frame references your site. Fix the
>> sizes so that only your frame is visiable. Next, use a JavaScript function to reference the other page and reference the hidden
>> field. Note: The other site may have code that prevents the loading of their page in a frame.
>>
>> --
>> Mike -- FrontPage MVP '97 - '02
>> http://www.websunlimited.com
>> FrontPage Add-in
>>
>>
>> "Jacques" <Jacques@discussions.microsoft.com> wrote in message news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>>>I have a form with a hidden fied on my web page. Is it possible to make the
>>> value of this field the same as the value of a hidden field in a different
>>> web site ? if yes, How can I do that ?
>>
>>
>
>



Re: Hidden field by MD

MD
Thu Feb 16 04:11:32 CST 2006

Unless you do not allow a specific IP to reference your web pages and that IP is static, ASP or not, then there is no why to
restrict it that I'm aware of. If you know of a way please share the details.

Thanks,

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
FrontPage Add-in



"Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:uuao65ZMGHA.1288@TK2MSFTNGP09.phx.gbl...
> It is a good thing that MSXML requests can be blocked via ASP.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:ea7HAxZMGHA.532@TK2MSFTNGP15.phx.gbl...
>>I am shuddering to think what damage one could do to ecommerce sites, and other sites with this kind of approach.
>>
>> --
>> Murray
>> --------------
>> MVP FrontPage
>>
>>
>> "MD Websunlimited" <none@none.com> wrote in message news:ednqKuZMGHA.1192@TK2MSFTNGP11.phx.gbl...
>>> Hi Jacques,
>>>
>>> There are two ways to accomplish:
>>>
>>> 1. Create a web page that tears the page from the other site then parse that page for the hidden field. ASP using MSXML works
>>> real well for this purpose or the IE browser object itself.
>>>
>>> 2. Create a 2 frame frameset where the one frame references the other site and the other frame references your site. Fix the
>>> sizes so that only your frame is visiable. Next, use a JavaScript function to reference the other page and reference the hidden
>>> field. Note: The other site may have code that prevents the loading of their page in a frame.
>>>
>>> --
>>> Mike -- FrontPage MVP '97 - '02
>>> http://www.websunlimited.com
>>> FrontPage Add-in
>>>
>>>
>>> "Jacques" <Jacques@discussions.microsoft.com> wrote in message news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>>>>I have a form with a hidden fied on my web page. Is it possible to make the
>>>> value of this field the same as the value of a hidden field in a different
>>>> web site ? if yes, How can I do that ?
>>>
>>>
>>
>>
>
>



Re: Hidden field by Murray

Murray
Thu Feb 16 06:17:35 CST 2006

By changing the contents of hidden fields, you could redirect mailings, or
alter account ID's or any number of malicious things.

--
Murray
--------------
MVP FrontPage


"MD Websunlimited" <none@none.com> wrote in message
news:eolZqDuMGHA.3408@TK2MSFTNGP12.phx.gbl...
> How could this inflict damage on any site?
>
> --
> Mike -- FrontPage MVP '97 - '02
> http://www.websunlimited.com
> FrontPage Add-in
>
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:ea7HAxZMGHA.532@TK2MSFTNGP15.phx.gbl...
>>I am shuddering to think what damage one could do to ecommerce sites, and
>>other sites with this kind of approach.
>>
>> --
>> Murray
>> --------------
>> MVP FrontPage
>>
>>
>> "MD Websunlimited" <none@none.com> wrote in message
>> news:ednqKuZMGHA.1192@TK2MSFTNGP11.phx.gbl...
>>> Hi Jacques,
>>>
>>> There are two ways to accomplish:
>>>
>>> 1. Create a web page that tears the page from the other site then parse
>>> that page for the hidden field. ASP using MSXML works real well for this
>>> purpose or the IE browser object itself.
>>>
>>> 2. Create a 2 frame frameset where the one frame references the other
>>> site and the other frame references your site. Fix the sizes so that
>>> only your frame is visiable. Next, use a JavaScript function to
>>> reference the other page and reference the hidden field. Note: The other
>>> site may have code that prevents the loading of their page in a frame.
>>>
>>> --
>>> Mike -- FrontPage MVP '97 - '02
>>> http://www.websunlimited.com
>>> FrontPage Add-in
>>>
>>>
>>> "Jacques" <Jacques@discussions.microsoft.com> wrote in message
>>> news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>>>>I have a form with a hidden fied on my web page. Is it possible to make
>>>>the
>>>> value of this field the same as the value of a hidden field in a
>>>> different
>>>> web site ? if yes, How can I do that ?
>>>
>>>
>>
>>
>
>



Re: Hidden field by Thomas

Thomas
Thu Feb 16 06:49:45 CST 2006

Mike,

I know of and am currently using a method that block any XML request to grab content from two
specific web sites. I learn part of the method by studying the server stat files.

I will not share this info, it is something that I provide to specific clients.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"MD Websunlimited" <none@none.com> wrote in message news:utmldFuMGHA.2992@tk2msftngp13.phx.gbl...
> Unless you do not allow a specific IP to reference your web pages and that IP is static, ASP or
> not, then there is no why to restrict it that I'm aware of. If you know of a way please share the
> details.
>
> Thanks,
>
> --
> Mike -- FrontPage MVP '97 - '02
> http://www.websunlimited.com
> FrontPage Add-in
>
>
>
> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:uuao65ZMGHA.1288@TK2MSFTNGP09.phx.gbl...
>> It is a good thing that MSXML requests can be blocked via ASP.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
>> news:ea7HAxZMGHA.532@TK2MSFTNGP15.phx.gbl...
>>>I am shuddering to think what damage one could do to ecommerce sites, and other sites with this
>>>kind of approach.
>>>
>>> --
>>> Murray
>>> --------------
>>> MVP FrontPage
>>>
>>>
>>> "MD Websunlimited" <none@none.com> wrote in message
>>> news:ednqKuZMGHA.1192@TK2MSFTNGP11.phx.gbl...
>>>> Hi Jacques,
>>>>
>>>> There are two ways to accomplish:
>>>>
>>>> 1. Create a web page that tears the page from the other site then parse that page for the
>>>> hidden field. ASP using MSXML works real well for this purpose or the IE browser object itself.
>>>>
>>>> 2. Create a 2 frame frameset where the one frame references the other site and the other frame
>>>> references your site. Fix the sizes so that only your frame is visiable. Next, use a JavaScript
>>>> function to reference the other page and reference the hidden field. Note: The other site may
>>>> have code that prevents the loading of their page in a frame.
>>>>
>>>> --
>>>> Mike -- FrontPage MVP '97 - '02
>>>> http://www.websunlimited.com
>>>> FrontPage Add-in
>>>>
>>>>
>>>> "Jacques" <Jacques@discussions.microsoft.com> wrote in message
>>>> news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>>>>>I have a form with a hidden fied on my web page. Is it possible to make the
>>>>> value of this field the same as the value of a hidden field in a different
>>>>> web site ? if yes, How can I do that ?
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: Hidden field by MD

MD
Thu Feb 16 09:29:17 CST 2006

That's the MVP sprit!

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
FrontPage Add-in



"Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:%2308x1dvMGHA.2416@TK2MSFTNGP15.phx.gbl...
> Mike,
>
> I know of and am currently using a method that block any XML request to grab content from two specific web sites. I learn part of
> the method by studying the server stat files.
>
> I will not share this info, it is something that I provide to specific clients.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "MD Websunlimited" <none@none.com> wrote in message news:utmldFuMGHA.2992@tk2msftngp13.phx.gbl...
>> Unless you do not allow a specific IP to reference your web pages and that IP is static, ASP or not, then there is no why to
>> restrict it that I'm aware of. If you know of a way please share the details.
>>
>> Thanks,
>>
>> --
>> Mike -- FrontPage MVP '97 - '02
>> http://www.websunlimited.com
>> FrontPage Add-in
>>
>>
>>
>> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:uuao65ZMGHA.1288@TK2MSFTNGP09.phx.gbl...
>>> It is a good thing that MSXML requests can be blocked via ASP.
>>>
>>> --
>>> ==============================================
>>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>>> ==============================================
>>> If you feel your current issue is a results of installing
>>> a Service Pack or security update, please contact
>>> Microsoft Product Support Services:
>>> http://support.microsoft.com
>>> If the problem can be shown to have been caused by a
>>> security update, then there is usually no charge for the call.
>>> ==============================================
>>>
>>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:ea7HAxZMGHA.532@TK2MSFTNGP15.phx.gbl...
>>>>I am shuddering to think what damage one could do to ecommerce sites, and other sites with this kind of approach.
>>>>
>>>> --
>>>> Murray
>>>> --------------
>>>> MVP FrontPage
>>>>
>>>>
>>>> "MD Websunlimited" <none@none.com> wrote in message news:ednqKuZMGHA.1192@TK2MSFTNGP11.phx.gbl...
>>>>> Hi Jacques,
>>>>>
>>>>> There are two ways to accomplish:
>>>>>
>>>>> 1. Create a web page that tears the page from the other site then parse that page for the hidden field. ASP using MSXML works
>>>>> real well for this purpose or the IE browser object itself.
>>>>>
>>>>> 2. Create a 2 frame frameset where the one frame references the other site and the other frame references your site. Fix the
>>>>> sizes so that only your frame is visiable. Next, use a JavaScript function to reference the other page and reference the
>>>>> hidden field. Note: The other site may have code that prevents the loading of their page in a frame.
>>>>>
>>>>> --
>>>>> Mike -- FrontPage MVP '97 - '02
>>>>> http://www.websunlimited.com
>>>>> FrontPage Add-in
>>>>>
>>>>>
>>>>> "Jacques" <Jacques@discussions.microsoft.com> wrote in message news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>>>>>>I have a form with a hidden fied on my web page. Is it possible to make the
>>>>>> value of this field the same as the value of a hidden field in a different
>>>>>> web site ? if yes, How can I do that ?
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: Hidden field by MD

MD
Thu Feb 16 09:32:14 CST 2006

If you're running an ecommerce site that uses hidden form values for those type of things then I don't need any of these methods.
Just by clicking Edit in IE, you can edit the form to suit your needs.

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
FrontPage Add-in


"Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:%233JP3LvMGHA.1088@tk2msftngp13.phx.gbl...
> By changing the contents of hidden fields, you could redirect mailings, or alter account ID's or any number of malicious things.
>
> --
> Murray
> --------------
> MVP FrontPage
>
>
> "MD Websunlimited" <none@none.com> wrote in message news:eolZqDuMGHA.3408@TK2MSFTNGP12.phx.gbl...
>> How could this inflict damage on any site?
>>
>> --
>> Mike -- FrontPage MVP '97 - '02
>> http://www.websunlimited.com
>> FrontPage Add-in
>>
>>
>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message news:ea7HAxZMGHA.532@TK2MSFTNGP15.phx.gbl...
>>>I am shuddering to think what damage one could do to ecommerce sites, and other sites with this kind of approach.
>>>
>>> --
>>> Murray
>>> --------------
>>> MVP FrontPage
>>>
>>>
>>> "MD Websunlimited" <none@none.com> wrote in message news:ednqKuZMGHA.1192@TK2MSFTNGP11.phx.gbl...
>>>> Hi Jacques,
>>>>
>>>> There are two ways to accomplish:
>>>>
>>>> 1. Create a web page that tears the page from the other site then parse that page for the hidden field. ASP using MSXML works
>>>> real well for this purpose or the IE browser object itself.
>>>>
>>>> 2. Create a 2 frame frameset where the one frame references the other site and the other frame references your site. Fix the
>>>> sizes so that only your frame is visiable. Next, use a JavaScript function to reference the other page and reference the hidden
>>>> field. Note: The other site may have code that prevents the loading of their page in a frame.
>>>>
>>>> --
>>>> Mike -- FrontPage MVP '97 - '02
>>>> http://www.websunlimited.com
>>>> FrontPage Add-in
>>>>
>>>>
>>>> "Jacques" <Jacques@discussions.microsoft.com> wrote in message news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>>>>>I have a form with a hidden fied on my web page. Is it possible to make the
>>>>> value of this field the same as the value of a hidden field in a different
>>>>> web site ? if yes, How can I do that ?
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: Hidden field by Thomas

Thomas
Thu Feb 16 14:47:12 CST 2006

There is no requirement of any MVPs or anyone for that matter share any code.

I make my living write custom ASP applications, you make you living selling add-ins, etc. and when
you were a MVP you pushed J-Bots, you never provided it free (in the spirit of being a MVP), when it
would have solve a user's problem.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"MD Websunlimited" <none@none.com> wrote in message news:O$FhB3wMGHA.3276@TK2MSFTNGP09.phx.gbl...
> That's the MVP sprit!
>
> --
> Mike -- FrontPage MVP '97 - '02
> http://www.websunlimited.com
> FrontPage Add-in
>
>
>
> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
> news:%2308x1dvMGHA.2416@TK2MSFTNGP15.phx.gbl...
>> Mike,
>>
>> I know of and am currently using a method that block any XML request to grab content from two
>> specific web sites. I learn part of the method by studying the server stat files.
>>
>> I will not share this info, it is something that I provide to specific clients.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "MD Websunlimited" <none@none.com> wrote in message news:utmldFuMGHA.2992@tk2msftngp13.phx.gbl...
>>> Unless you do not allow a specific IP to reference your web pages and that IP is static, ASP or
>>> not, then there is no why to restrict it that I'm aware of. If you know of a way please share
>>> the details.
>>>
>>> Thanks,
>>>
>>> --
>>> Mike -- FrontPage MVP '97 - '02
>>> http://www.websunlimited.com
>>> FrontPage Add-in
>>>
>>>
>>>
>>> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
>>> news:uuao65ZMGHA.1288@TK2MSFTNGP09.phx.gbl...
>>>> It is a good thing that MSXML requests can be blocked via ASP.
>>>>
>>>> --
>>>> ==============================================
>>>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>>>> ==============================================
>>>> If you feel your current issue is a results of installing
>>>> a Service Pack or security update, please contact
>>>> Microsoft Product Support Services:
>>>> http://support.microsoft.com
>>>> If the problem can be shown to have been caused by a
>>>> security update, then there is usually no charge for the call.
>>>> ==============================================
>>>>
>>>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
>>>> news:ea7HAxZMGHA.532@TK2MSFTNGP15.phx.gbl...
>>>>>I am shuddering to think what damage one could do to ecommerce sites, and other sites with this
>>>>>kind of approach.
>>>>>
>>>>> --
>>>>> Murray
>>>>> --------------
>>>>> MVP FrontPage
>>>>>
>>>>>
>>>>> "MD Websunlimited" <none@none.com> wrote in message
>>>>> news:ednqKuZMGHA.1192@TK2MSFTNGP11.phx.gbl...
>>>>>> Hi Jacques,
>>>>>>
>>>>>> There are two ways to accomplish:
>>>>>>
>>>>>> 1. Create a web page that tears the page from the other site then parse that page for the
>>>>>> hidden field. ASP using MSXML works real well for this purpose or the IE browser object
>>>>>> itself.
>>>>>>
>>>>>> 2. Create a 2 frame frameset where the one frame references the other site and the other
>>>>>> frame references your site. Fix the sizes so that only your frame is visiable. Next, use a
>>>>>> JavaScript function to reference the other page and reference the hidden field. Note: The
>>>>>> other site may have code that prevents the loading of their page in a frame.
>>>>>>
>>>>>> --
>>>>>> Mike -- FrontPage MVP '97 - '02
>>>>>> http://www.websunlimited.com
>>>>>> FrontPage Add-in
>>>>>>
>>>>>>
>>>>>> "Jacques" <Jacques@discussions.microsoft.com> wrote in message
>>>>>> news:FCBA9EDC-557D-4820-BA32-E0D0C0C72294@microsoft.com...
>>>>>>>I have a form with a hidden fied on my web page. Is it possible to make the
>>>>>>> value of this field the same as the value of a hidden field in a different
>>>>>>> web site ? if yes, How can I do that ?
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>