WmZilla - Webmaster and Marketplace

The Next Generation Webmaster and Trade Forum

Combining 2 pages together (Dynamic linking)

Tyr

New member

0

0%

Status

Offline

Posts

37

Likes

0

Rep

0

Bits

195

3

Months of Service

0%
Hello friends, I would like to combine 2 pages together. For example, I added an online ticket booking iframe to the page http://guvenlikelemanlari.com/tr/. When I click on "sefer al" (select trip), it directs me to the 2nd page (http://guvenlikelemanlari.com/tr/bilet-al/), but there is no change happening there. How can I perform this operation? I would appreciate your help. Below are the relevant codes:

Main page code (1st code):
```css
* {
box-sizing: border-box;
}
input[type=text], select, textarea, input[type=date] {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
input[type=submit] {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
}
input[type=submit]:hover {
background-color: #45a049;
}
.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
.col-25 {
float: left;
width: 25%;
margin-top: 6px;
}
.col-75 {
float: left;
width: 75%;
margin-top: 6px;
}
.row:after {
content: "";
display: table;
clear: both;
}
@media screen and (max-width: 600px) {
.col-25, .col-75, input[type=submit] {
width: 100%;
margin-top: 0;
}
}
```

From BURSA ESK??EH?R SAB?HA GÖKÇEN 3. YEN? ?ST AIRPORT YALOVA GEML?K HAREM BUS STATION YALOVA OXYGEN KURTKÖY TERMINAL ORHANGAZ? OXYGEN PENDIK SABIHA GÖKÇEN ORHANGAZ? To BURSA ESK??EH?R SAB?HA GÖKÇEN 3. YEN? ?ST AIRPORT YALOVA GEML?K HAREM BUS STATION YALOVA OXYGEN KURTKÖY TERMINAL ORHANGAZ? OXYGEN PENDIK SABIHA GÖKÇEN ORHANGAZ? Date Redirected page (2nd code):
To make it dynamic from the original code, I made 4 different changes, but it still didn't work. Original code 1:
```html
DENEME KOD &to=&date=" onrender=" frameborder="0" scrolling="no">
```
Trial code 2:
```html
DENEME KOD
```
Trial code 4:
```html
DENEME KOD
```
 

249

6,622

6,642

Top