re URL parameters
Chris Hughes
ataddata at bigpond.net.au
Mon Dec 22 02:15:52 EST 2014
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- This makes mobile device support work -->
<meta name="viewport" content="width=device-width">
<!-- The scripts and style sheets must be present at relative URLs from this page -->
<link type="text/css" href="css/omn_dlg.css" rel="stylesheet" media="print,screen" />
<link type="text/css" href="css/omn_menu.css" rel="stylesheet" media="print, screen" />
<link type="text/css" href="css/smoothness/jquery-ui-1.8.15.custom.css" rel="stylesheet" />
<link type="text/css" href="css/slick.grid.css" rel="stylesheet" />
<link type="text/css" href="css/slick.columnpicker.css" rel="stylesheet" />
<link type="text/css" href="css/slick.pager.css" rel="stylesheet" />
<!-- Must occur after other stylesheets e.g. jquery-ui-1.8.15.custom.css, as it overrides values -->
<link type="text/css" href="css/omnis.css" rel="stylesheet"/>
<!-- Edit user.css to specify any CSS classes assigned using the $cssclassname property -->
<link type="text/css" href="css/user.css" rel="stylesheet" media="print, screen" />
<!-- Omnis Studio JavaScript client scripts -->
<script type="text/javascript" src="scripts/ssz.js"></script>
<script type="text/javascript" src="scripts/omjsclnt.js"></script>
<script type="text/javascript" src="scripts/omjqclnt.js"></script>
<!-- The following placeholder is replaced with either a script tag for the remote task string table or nothing when there is no remote task string table -->
<!--%%strings%%-->
<title>DeOffice 60 Logon Screen</title>
</head>
<body onload="jOmnis.onLoad()" onunload="jOmnis.onUnload()" style="margin:0;overflow:auto">
<div id="omnisobject1" style="position:absolute;top:0px;left:0px"
data-webserverurl=http://192.186.75.34/cgi-bin/nph-omniscgi.exe=========================================================== This may vary
data-Omnisserverandport="5912"
data-Omnislibrary="AWEB-SNI"
data-Omnisclass="CCCJ"
data-dss="'js320x480Portrait','js768x1024Portrait'"
data-param1="8888"
data-param2="9999"
data-commstimeout="0">
</div>
</body>
</html>
First Row in the remote task must row variable.
When you want a variable the syntax is as follows pRowVariable
Calculate #S5 to pRoeVariable.param1
If you need more variables just go to data-param3="444" in above.
This is based studio 6 .0.3
From: Brauch Rolf [mailto:rolf at brauch.com]
Sent: Friday, 19 December 2014 4:15 AM
To: Chris Hughes
Subject: re URL parameters
Chris — if I understand correctly, there has to be javascript added into my “htm" document that will pick off the parameters attached to an incoming call to the server.
I’m attaching my htm doc so you can see where I think the code has to be placed (line 23 on down to line 35). I’m just not sure what the code should look like — could I impose on you to help me with this?
The calling URL with parameters looks like this:
http://192.186.75.34/cccj.htm?p1=rolf <http://192.186.75.34/cccj.htm?p1=rolf&p2=ren&p3=2002&p4=rolf@brauch.com&p5=34108&p6=6&p7=26.00&p8=WEB> &p2=ren&p3=2002&p4=rolf at brauch.com&p5=34108&p6=6&p7=26.00&p8=WEB
More information about the omnisdev-en
mailing list