try putting it into a div
This commit is contained in:
@@ -48,15 +48,21 @@ function generatesvc(name, app, service) {
|
|||||||
|
|
||||||
</SCRIPT>
|
</SCRIPT>
|
||||||
|
|
||||||
<FORM NAME="frameform" ACTION="" METHOD="GET">Generate Internal DNS Name:<BR>
|
<div id="svcdns">
|
||||||
|
<h2>Generate Internal DNS Name:</h2>
|
||||||
|
<div id="svcdns-form">
|
||||||
|
|
||||||
|
<FORM NAME="frameform" ACTION="" METHOD="GET"><BR>
|
||||||
<input type="text" NAME="name">
|
<input type="text" NAME="name">
|
||||||
<input type="text" NAME="app">
|
<input type="text" NAME="app">
|
||||||
<input type="text" NAME="service">
|
<input type="text" NAME="service">
|
||||||
<P>
|
|
||||||
|
|
||||||
<INPUT TYPE="button" NAME="button" Value="Click" onClick="process(this.form)">
|
<INPUT TYPE="button" NAME="button" Value="Click" onClick="process(this.form)">
|
||||||
</FORM>
|
</FORM>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
#### Video Guide
|
#### Video Guide
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user