页面错误(无法找到) [英] Page Error (Can't be Found)

查看:92
本文介绍了页面错误(无法找到)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试向页面发送两个值,这与我在此新闻组中看到的先前

帖子非常相似,不确定它是否已解决。

" Results.ASP"存在,我在想我的语法有问题。


onchange =" parent.usbWindow.location.href =''connecto r1 =<%= cnt1%> & Results.asp?T

ype =''+ this.value;"


谢谢

解决方案

.href属性中没有页面名称。这是你的

意图吗? .href =''PAGE.ASP?connector1 = ....''


-


雷在工作

Microsoft ASP / ASP.NET MVP

" SyrOrange" <共********** @ twcny.rr.com>在消息中写道

news:uM **************** @ TK2MSFTNGP11.phx.gbl ...

我正在尝试向页面发送两个值,这与我在此新闻组上看到的
之前的帖子非常相似,不确定它是否已解决或
不是。 " Results.ASP"存在,我认为
我的语法有问题。

onchange =" parent.usbWindow.location.href =''connecto r1 =<%= cnt1%> &结果

s.asp?T ype =''+ this.value;"

谢谢



先生。 Costanzo,


我没有收到错误,这很好,但它没有发送值

的Connector1


onchange = parent.usbWindow.location.href =''Results.a sp?Type =''+ this.value;

Connector1 =''& <%= CNT1%GT; &安培; '';


我的SQL语句的response.write是

SELECT * FROM Perps其中Connector1 =''''和Type =''Type 1 ''

表单正在使用GET方法


Results.ASP已经

Connector1 = Request.QueryString(" cnt1")


" Ray Costanzo [MVP]" <我的第34号商业广告的名字>写在

消息新闻:Oo ************** @ TK2MSFTNGP12.phx.gbl ...

你不要在.href属性中有一个页面名称。这是你的意图吗? .href =''PAGE.ASP?connector1 = ....''

-

Ray在工作
Microsoft ASP / ASP.NET MVP

" SyrOrange" <共********** @ twcny.rr.com>在消息中写道
新闻:uM **************** @ TK2MSFTNGP11.phx.gbl ...

我正在尝试发送两个值到一个页面,这非常类似于我在这个新闻组上看到的


之前的

帖子,不确定它是否已解决或


不是。

" Results.ASP"存在,我认为


我的语法有问题。


onchange =" parent.usbWindow.location.href =' 'connecto r1 =<%= cnt1%>&结果
s.asp?T

ype =''+ this.value;"
谢谢




在更正.href之后尝试Request.Querystring(" Connector1")

财产。试试这个.href属性。


onchange =" parent.usbWindow.location.href =''结果。 asp?connector1 =<%= c

nt1%>& type =''+ this.value +'';"


- -


雷在工作

Microsoft ASP / ASP.NET MVP

" SyrOrange" <共********** @ twcny.rr.com>在消息中写道

新闻:O4 ************** @ tk2msftngp13.phx.gbl ...

Costanzo先生,

我没有得到错误,这是好的,但它不是发送
Connector1的值


onchange = parent.usbWindow.location .href =''Results.a sp?Type =''+ this.valu

e; Connector1 =''& <%= CNT1%GT; &安培; '';

我的SQL语句的response.write是
SELECT * FROM Perps其中Connector1 =''''和Type =''Type 1''
表单是使用GET方法

Results.ASP具有
Connector1 = Request.QueryString(" cnt1")


" Ray Costanzo [MVP]" ; <我的第34号商业广告的名字>
在消息新闻中写道:Oo ************** @ TK2MSFTNGP12.phx.gbl ...

你没有页面名称在.href属性中。这是你的意图吗? .href =''PAGE.ASP?connector1 = ....''

-

Ray在工作
Microsoft ASP / ASP.NET MVP

" SyrOrange" <共********** @ twcny.rr.com>在消息中写道
新闻:uM **************** @ TK2MSFTNGP11.phx.gbl ...

我正在尝试发送两个值到一个页面,这与我在这个新闻组上看到的前一个

帖子非常相似


,不确定它是否已解决


或不是。

" Results.ASP"存在,我认为有一些错误


我的语法。



onchange =" parent.usbWindow.location .href =''connecto r1 =<%= cnt1%>&结果s.asp?T

ype =''+ this.value;"
谢谢





I am trying to send two values to a page, this is very similar to a previous
post that I saw on this newsgroup, not sure if it was resolved or not.
"Results.ASP" exists, I am thinking there is something wrong with my syntax.

onchange="parent.usbWindow.location.href=''connecto r1=<%=cnt1%>&Results.asp?T
ype=''+this.value;"

Thank you

解决方案

You don''t have a page name in your .href property. Is that your
intention? .href=''PAGE.ASP?connector1=....''

--

Ray at work
Microsoft ASP/ASP.NET MVP
"SyrOrange" <co**********@twcny.rr.com> wrote in message
news:uM****************@TK2MSFTNGP11.phx.gbl...

I am trying to send two values to a page, this is very similar to a previous post that I saw on this newsgroup, not sure if it was resolved or not. "Results.ASP" exists, I am thinking there is something wrong with my syntax.
onchange="parent.usbWindow.location.href=''connecto r1=<%=cnt1%>&Result
s.asp?T ype=''+this.value;"

Thank you



Mr. Costanzo,

I am not getting the error, which is good, but it is not sending the value
of Connector1

onchange=parent.usbWindow.location.href=''Results.a sp?Type=''+this.value;
Connector1='' & <%=cnt1%> & '';

The response.write of my SQL statement is
SELECT * FROM Perps where Connector1 = '''' and Type = ''Type 1''
Form is using GET method

Results.ASP has
Connector1 = Request.QueryString("cnt1")

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:Oo**************@TK2MSFTNGP12.phx.gbl...

You don''t have a page name in your .href property. Is that your
intention? .href=''PAGE.ASP?connector1=....''

--

Ray at work
Microsoft ASP/ASP.NET MVP
"SyrOrange" <co**********@twcny.rr.com> wrote in message
news:uM****************@TK2MSFTNGP11.phx.gbl...

I am trying to send two values to a page, this is very similar to a


previous

post that I saw on this newsgroup, not sure if it was resolved or


not.

"Results.ASP" exists, I am thinking there is something wrong with


my syntax.


onchange="parent.usbWindow.location.href=''connecto r1=<%=cnt1%>&Result
s.asp?T

ype=''+this.value;"

Thank you




Try Request.Querystring("Connector1") after correcting the .href
property. Try this for your .href property.

onchange="parent.usbWindow.location.href=''results. asp?connector1=<%=c
nt1%>&type='' + this.value + '';"

--

Ray at work
Microsoft ASP/ASP.NET MVP
"SyrOrange" <co**********@twcny.rr.com> wrote in message
news:O4**************@tk2msftngp13.phx.gbl...

Mr. Costanzo,

I am not getting the error, which is good, but it is not sending the value of Connector1

onchange=parent.usbWindow.location.href=''Results.a sp?Type=''+this.valu
e; Connector1='' & <%=cnt1%> & '';

The response.write of my SQL statement is
SELECT * FROM Perps where Connector1 = '''' and Type = ''Type 1''
Form is using GET method

Results.ASP has
Connector1 = Request.QueryString("cnt1")

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in message news:Oo**************@TK2MSFTNGP12.phx.gbl...

You don''t have a page name in your .href property. Is that your
intention? .href=''PAGE.ASP?connector1=....''

--

Ray at work
Microsoft ASP/ASP.NET MVP
"SyrOrange" <co**********@twcny.rr.com> wrote in message
news:uM****************@TK2MSFTNGP11.phx.gbl...

I am trying to send two values to a page, this is very similar

to a previous

post that I saw on this newsgroup, not sure if it was resolved

or not.

"Results.ASP" exists, I am thinking there is something wrong

with my syntax.


onchange="parent.usbWindow.location.href=''connecto r1=<%=cnt1%>&Result s.asp?T

ype=''+this.value;"

Thank you





这篇关于页面错误(无法找到)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆